Closed (cannot reproduce)
Project:
WordPress Migrate
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
4 Dec 2012 at 07:40 UTC
Updated:
17 Jun 2013 at 19:43 UTC
I tried to import a Wordpress blog via both methods, but I keep getting the error:
Could not prepare directory wordpress:// - make sure your Drupal files directory exists and is writable
The sites/files directory is there and is writable. I'm using the most current versions of the migrate pugin, this plugin, and Drupal. Any ideas?
Comments
Comment #1
himanshupathak3 commentedunder
configuration -> media -> file system
set:
Private file system path
as
sites/default/private
and
Default download method
as:
Private local files served by Drupal.
then save configuration
now go to : content -> wordpress migration and import from downloaded xml file of wordpress.
Comment #2
mikeryanYes, you need to be sure you set the private file system path, and make sure it's writable. You should not, however, use it as the default download method - the WordPress file should not be downloadable at all, and the rest of the files on your site should be publicly downloadable.
Comment #3
aanjaneyam commentedHi I am having the same problem. The private files system path exists and is writable. The private files directory is being successfully used by modules like Backup and Migrate. I am using a BOA (Barracuda Octopus Aegir) System. I resaved the file system paths, ran cron and flushed caches but the error still exists. Strange!!
Comment #4
aanjaneyam commentedOK it is workig now. I enabled the modules through drush and it some how was not enabled properly or something. I disabled and uninstalled wordpress_migrate through drupal site at admin/modules and then renabled it from UI itself and it seems to work. Does it have anything to do with drush enabling??
Comment #5
mikeryan