• Hey guys. I need help with the export function of WordPress. First the Export works just fine, but then it cuts at 600kb. I’ve already tried to export my files about 8 times, but it always cuts around 400kb – 700kb. Is there any way to solve this problem?

    PS: I am using the version 2.7 (latest one)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you downloading the file to your computer or to your server? Your server may have a size limit and your Internet connection might time out. I’ve had that problem many times.

    Thread Starter mukki

    (@mukki)

    did you find a way to solve it?

    PS:i am downloading it to my computer

    so far, I came to this problem many times too, and I still can’t resolve it until now…..

    you might want to increase max_execution_time a little bit. so the wordpress can take more time to export fully.

    change max_execution_time to 600 or so in php.ini. if you can’t edit php.ini, put .htaccess with this line in your wordpress directory.

    php_value max_execution_time 600

    hope this helps,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to export complete XML files?’ is closed to new replies.