Closed (fixed)
Project:
WordPress Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Sep 2011 at 22:52 UTC
Updated:
4 Jun 2012 at 21:33 UTC
Hi.
If a WP blog is found at http://example.com/myblog/, and import is done using credentials (something like example.com/myblog as domain), WordPress Migrate's curl functions won't be able to write the destination file and fail.
From what I can see, the only thing that's missing is directory creation under the wordpress:// path; if I manually create the example.com directory (under sites/default/files/wordpress/example.com), file is properly written.
Comments
Comment #1
xurizaemonUpdating title to reflect the fact that this issue is specific to remote (credentials) import.
Exporting non-root sites from Wordpress as WXR then importing to Drupal works OK.
Comment #2
mikeryanI'm assuming this issue is still present in 7.x-2.x-dev?
Comment #3
xurizaemonYes, I would have been seeing it under 2.x.
Comment #4
mikeryanThe fix was easy, just took me a bit of time to set up a test case...
Comment #6
xurizaemonFix for this was in 4875a05