import fail
-
hello just tried to import my files from qalballah.com to my new wordpress address and it informed me it’s failed
The blog I need help with is: (visible only to logged in users)
-
I reset the importer – sometimes the import process just gets stuck. Re-attempt the import once more:
https://qalballah2.wordpress.com/wp-admin/admin.php?import=wordpress
If it fails again, please let me know and I’ll check the file for errors.
-
-
hello it says the import was successful but actually only has my stuff last dated 12 june 2009 … erm… six years are missing?
-
This thread has been tagged for Staff. Please subscribe to it so you are notified when they respond. To subscribe look in the sidebar of this thread, find the subscribe to topics link and click it.
-
-
The xml file you uploaded includes 429 posts, and there are 429 posts on your site where the import as ran.
If posts are missing, they weren’t included in the xml file. Your export on the original site probably didn’t include everything, which can happen with large sites like yours.
Before trying the export again, take the step of increasing the maximum possible memory available to PHP for the wp-admin screens on your current site.
Do this by editing the ‘wp-config.php’ file on your site. Before the line that says “That’s all, stop editing! Happy blogging” add this code:
define( ‘WP_MAX_MEMORY_LIMIT’, ‘384M’ );That code sets the memory to 384 Mb instead of the default 256 Mb.
After that, retry the export and import. It’s possible you’ll need to go even higher than 384, but it’s hard to know the right number without experimenting.
-
-
OK that’s taken it up to beginning of 2012, so just another three years to go! What shall I increase it by this time?
-
-
-
There isn’t particularly a magic number here, it’s just a matter of using enough memory that the export process doesn’t time out, but not so much that it overloads your hosting provider too quickly. Best thing to do is keep re-exporting with slightly higher numbers each time until you get a full file.
You can also experiment with doing only partial exports (posts, then comments, etc) and importing each separately as well.
-
- The topic ‘import fail’ is closed to new replies.