Importing WordPress XML fails with a 500 error
-
So I’m trying to bring my posts from my live blog over into my dev blog, which I’ve done countless times before, to test out a new design. Anyway, for whatever reason, when I try to import the WordPress XML file into the dev blog, it uploads without issue, asks me to assign to a user, then it churns for a short while, then spits out a 500 internal server error. YET, some of the posts, the tags, etc. HAVE been imported. If I reload the error page, I’m asked if I want to submit the form again; if I do that, some more posts/comments/pages are processed. I’ve managed to bring in about 36 of my posts, but I have over 200, so that’s only a small part of my actual blog.
If I check the server error logs, all I see is this:
[Mon Nov 16 11:37:13 2009] [error] [client 66.92.65.152] Premature end of script headers: edit-pages.php, referer: https://dev.jeffbyrnes.net/wordpress/wp-admin/edit-pages.php [Mon Nov 16 11:37:13 2009] [error] [client 66.92.65.152] File does not exist: /home/jeffbyrnes/jeffbyrnes.net-dev/internal_error.html, referer: https://dev.jeffbyrnes.net/wordpress/wp-admin/edit-pages.php [Mon Nov 16 11:51:43 2009] [error] [client 66.92.65.152] File does not exist: /home/jeffbyrnes/jeffbyrnes.net-dev/internal_error.html, referer: https://dev.jeffbyrnes.net/wordpress/wp-admin/admin.php?import=wordpress&step=1&_wpnonce=649ae81341
Which really doesn’t say much at all. And I’ve already double-checked PHP’s memory allocation, it’s set to 90 MB, and that should be PLENTY. I’ve also gone ahead & restarted the server, to no avail.
I’m worried there’s something very wrong with my live blog and what it’s outputting to the XML file, but I really have no way to verify that.
- The topic ‘Importing WordPress XML fails with a 500 error’ is closed to new replies.