admin管理员组文章数量:1122846
Firstly I installed WordPress on my site, then I generate a XML file for my blog (akasujjwal.wordpress) transfer by using export tool. And when I try to import this XML file to the installed WordPress then I face this error:
Sorry, there has been an error. 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
.
Why did this occur and is there any solutions for this?
I was trying to install WordPress on a site at a free host. During this I faced this error. And I was unable to install WordPress.
Firstly I installed WordPress on my site, then I generate a XML file for my blog (akasujjwal.wordpress.com) transfer by using export tool. And when I try to import this XML file to the installed WordPress then I face this error:
Sorry, there has been an error. 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
.
Why did this occur and is there any solutions for this?
I was trying to install WordPress on a site at a free host. During this I faced this error. And I was unable to install WordPress.
Share Improve this question edited Dec 21, 2014 at 20:36 Sven 3,6641 gold badge34 silver badges48 bronze badges asked Dec 21, 2014 at 19:35 akash ujjwalakash ujjwal 1115 bronze badges 3 |1 Answer
Reset to default 0thank you everyone who give their precious time to this question, lastly I solve this problem by myself... I think this error is because of memory limit.
And I have no access to my php.ini file. So I created my own php.ini file with the following in it and added to my wp-admin folder.
memory_limit = 128M
and now its work for me !!
本文标签: memoryWordpress import error
版权声明:本文标题:memory - Wordpress import error 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736301248a1931108.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
php.ini
. You will have to addmemory_limit = 128M
to increase PHP memory limit. – Robert hue Commented Dec 21, 2014 at 19:49