I am new to Drupal and although I have had no problems updating or anything else I have read I should have placed modules in the sites/all directory. Is there a easy way to move them without screwing everything up and is it worth it?

Thanks in advance

Comments

poo master’s picture

Anyone?

ergophobe’s picture

Just move them and run update.php and everything should be fine.

http://drupal.org/node/273455

Although... these people say otherwise
http://groups.drupal.org/node/18215

Yosemite Explorer - hiking and climbing in Yosemite (drupal)

ergophobe’s picture

Okay, I just tested this. Moved a couple of modules from /all to /default, ran cron manually and checked the DB. All paths were updated correctly.

You can do that from here
/admin/reports/status

or run yoursite.com/update.php

Or, for that matter, go to your modules listing page
/admin/build/modules
and click on the link to update.php

Yosemite Explorer - hiking and climbing in Yosemite (drupal)

poo master’s picture

Thanks I am going to give it a shot