I had a Backup file with wordpress Ver 2.5
but the file size is around 9 MB
could you please let me know how to import that file to wordpress -latestversion- !?
what plugin should I use or is there any way to import Such a big file !?
Thanks
I had a Backup file with wordpress Ver 2.5
but the file size is around 9 MB
could you please let me know how to import that file to wordpress -latestversion- !?
what plugin should I use or is there any way to import Such a big file !?
Thanks
import file size too large
Q: My WP export file is 12Mb (6 posts)
How do I upload it if it only allows for 2Mb?!A: You need to increase PHP's file upload limit.
In your php.ini file, change the parameter to 15M (or any number greater than 12M).
upload_max_filesize = 15M
Thx,
but after modifying the php.ini I faced another problem,
system ask that the file should be 8m only even if I editted upload_max_filesize = 15M
anyway, i found that after modifying
post_max_size = 15M
everything work fine
but i have one error while importing,,
it give me:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home2/mywebsite/public_html/news/wp-includes/plugin.php on line 302
This topic has been closed to new replies.