For those following along there was nothing wrong with flourishrob’s export file. Then I re-read this:
Yesterday it got to 69 before saying ‘Done’ in my browser window. Today it got to 79. I would expect some sort of,’you’ve updated, click here to continue’ or something, but it just… stops.
This definitely sounds like the PHP script is hitting the max_execution_time set in the server’s php.ini. If I am correct this probably means that the host is running PHP in safe mode (deprecated PHP 5.3, but that’s another story) since the importer tries to bump the execution time using set_time_limit.
Replying to fpol:
If I open the XML file with an editor, I see the tags but no post content(should I even see the content here?) I have tried the WP exporter, but I don’t have an export button on the page. I used the Advanced Export plugin to even get this far. Everything else sounds exactly like what’s happening to flourishrob. Hope it’s ok to join on this post for help since it sounds almost the same. If not I can start a new one for myself.
This isn’t the same problem and you should start yourself a new thread probably in another forum section since you seem to be having trouble generating a useful export file. Yes you should be able to see post content in the XML file (all posts are held in <item>
tags). I have no idea why the built-in WordPress export page isn’t showing you the “Download Export File” button. Assuming you’re using WordPress 3.0.5 (and you should be!) the functionality of the built-in WordPress export is the same as that of the Advanced Export plugin.