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
Comment #0.0
jsheffers commentedAdded information about what method I used.
Comment #1
jsheffers commentedIt seems to be related to PHP limits, because it works locally.
Comment #2
zdean commentedI'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.
Comment #3
jsheffers commentedWe upgraded our server to PHP 5.4 and everything worked!
Comment #4
mikeryan@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?
Comment #5
mikeryanComment #5.0
mikeryanUpdated with another error message