Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • "before you run the installation" ---do you mean before the update? Commented Mar 25, 2012 at 7:06
  • I think I missed the fact that you have a running site and not asking for fresh installation. I would try to find the path of the modules in the DB and change this with SQL to the standard path. But that's just a guess. Never tryed this myself. Commented Mar 25, 2012 at 7:12
  • 2
    You don't need to change the path of the modules in the database. Remember, Drupal sees things in a overriding hierarchy type of way. It first looks in /sites/MYSITE/modules, if nothing in there it next looks in /sites/all/modules, if nothing in there it next looks in profile modules. Commented Mar 25, 2012 at 8:20