When I run the import I get the error below. It imports the authors but never makes it to the posts. Any ideas? I've made sure that all PHP settings are optimal for an import.

I am using the XML file I downloaded from the Wordpress dashboard.

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=227&op=do StatusText: error ResponseText: Unable to Serve This Request body{ font-family:'Lucida Grande', Tahoma, Arial, Verdana, sans-serif; background: #d2d2d2; font-size: 12px; } div#main{ background-color: white; width: 400px; padding: 30px; border: 3px solid #7e7e7e; color: #757575; margin: 0 auto; display: block; margin-top: 57px; } h2#box { color: #20499a; margin: 0px; margin-bottom: 10px; } #centerImage{ text-align:center; } #image{ height:35px; width:244px; } Site temporarily unavailable. Connection timed out - please try again.

I'm also recieveing this error in the logs
Warning: Missing argument 5 for migrate_ui_batch() in migrate_ui_batch() (line 560 of /sites/all/modules/migrate/migrate_ui/migrate_ui.pages.inc)

Comments

jsheffers’s picture

Issue summary: View changes

Added information about what method I used.

jsheffers’s picture

It seems to be related to PHP limits, because it works locally.

zdean’s picture

Priority: Normal » Critical

I'm getting the same error. I've bumped up all php values and still not able to complete an import. Would appreciate guidance on which specific value might be at fault.

jsheffers’s picture

We upgraded our server to PHP 5.4 and everything worked!

mikeryan’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

@jsheffers: Glad you found a fix.

@zdean: There's really not much to go on here - it appears to be some issue with your web server, failing to respond to the browser when the Batch API attempts to reload the page. Is there any more information you can provide?

mikeryan’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
mikeryan’s picture

Issue summary: View changes

Updated with another error message