Works mostly
-
Importing a couple dozen posts including attachments: ✓
Importing a couple dozen pages including attachments: ✓
Importing ~100 media files including attachments: ✗
HTTP 503.I’ve tried disabling leech & hotlinking protection on the source domain. I’ve tried increasing the PHP
memory_limitto 512MB,max_execution_timeto 0 (unlimited),max_input_timeto -1 (same asmax_ececution_time),post_max_sizeto 128MB,upload_max_filesizeto 128MB. Note that the media files I was attempting to import were less than 100MB combined. But I kept getting aHTTP 503.The way I eventually got around it was as follows: start the import of media, including attachments. When it fails, do it again, but this time without attachments. You will get a list showing you which media files were actually imported already and which haven’t been imported. Now edit the
xmlfile and remove all entries (delimited by<item>…</item>) that have already been imported.Start the media import again, with the edited
xmlfile and include attachments. If it fails again, repeat the import but without attachments. Note files already imported, remove fromxmlfile, rinse and repeat.Tedious? Perhaps. This plugin’s fault? I honestly don’t know. My cheap hoster’s fault? Entirely possible. My skills not being as good as I think they are? Definitely an option.
But was it the quickest way to get the job done? Yes, for me it was. Hopefully this information can help someone else. Or perhaps at least it’ll help the plugin author to make this plugin more foolproof 😉
The topic ‘Works mostly’ is closed to new replies.