Connection Reset During WordPress 3.1 Export
-
I cannot seem to export my site so I can move it to another host.
On every attempt it will seem like its doing something but after a few minutes I’ll get a “The Connection was Reset” error page.
I’ve added the following to my .htaccess file:
php_value max_execution_time 10000 php_value memory_limit 256M
And then tried this in my php.ini:
max_execution_time = 10000 memory_limit = 256M
And I’ve even added the following to my wp-config.php:
set_time_limit(0);
But I still get a connection reset error after about 3 or 4 minutes.
I’m trying to Export All content This will contain all of my posts, pages, comments, custom fields, terms, navigation menus and custom posts.
I have a VERY LARGE site spanning over 7 years.
I really want to avoid PHPMyAdmin to do it all manually and would REALLY like to have the WordPress feature do it so there is no errors or problems during the transfer.
Is there anything else I can try to get this to work. Either something for the ,htaccess, php.ini, or wp-config files?
H-E-L-P! Please!
- The topic ‘Connection Reset During WordPress 3.1 Export’ is closed to new replies.