admin管理员组文章数量:1314320
First time I faced this problem & trying to find out solution but it seems to me that it happens very few and that is why no more solution has been found like this & that is why I am here.
WordPress Import Message:
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your
php.ini
or bypost_max_size
being defined as smaller thanupload_max_filesize
inphp.ini
.
I am getting above message when trying to import a previously imported file like the bellow image. Could you please tell me how to solve this?
I already tried to find the solution by googling but could not yet?
First time I faced this problem & trying to find out solution but it seems to me that it happens very few and that is why no more solution has been found like this & that is why I am here.
WordPress Import Message:
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your
php.ini
or bypost_max_size
being defined as smaller thanupload_max_filesize
inphp.ini
.
I am getting above message when trying to import a previously imported file like the bellow image. Could you please tell me how to solve this?
I already tried to find the solution by googling but could not yet?
Share Improve this question edited Feb 19, 2017 at 18:48 Arsalan Mithani 5534 silver badges15 bronze badges asked Feb 19, 2017 at 15:27 ShihabShihab 1341 gold badge3 silver badges11 bronze badges 4 |2 Answers
Reset to default 3You need to increase the upload limit in your php.ini
.
To increase the maximum upload file size, open your php.ini file in the "xampp/php/php.ini
" directory. search for upload_max_filesize
and increase the value like :
upload_max_filesize = 128M
In order to fix this problem, you need to navigate into your cpanel and change the PHP functions to increase the size.
Source: https://www.youtube/watch?v=lGJrlvV_vQ4
本文标签: WordPress Import shows an error when uploading previously exported xml file
版权声明:本文标题:WordPress Import shows an error when uploading previously exported xml file 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741869746a2402123.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
upload_max_filesize
? are you working on local server like xampp etc? – Arsalan Mithani Commented Feb 19, 2017 at 16:52