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

xurizaemon’s picture

Title: Does not support WP blogs in directories » Remote import does not support WP blogs outside site root

Updating 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.

mikeryan’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev

I'm assuming this issue is still present in 7.x-2.x-dev?

xurizaemon’s picture

Yes, I would have been seeing it under 2.x.

mikeryan’s picture

Assigned: Unassigned » mikeryan
Status: Active » Fixed

The fix was easy, just took me a bit of time to set up a test case...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

xurizaemon’s picture

Fix for this was in 4875a05