By ceci123 on
hi.
I've been told that for upgrading purposes I should be careful where I place downloaded modules.
I understand that modules should be placed under eg. drupal/sites/all/contributed_modules.
I downloaded the "multisite_manager-6" module and dropped on the contributed_modules dir but drupal does not see it.
when I put this module on the drupal/modules drupal is able to see it.
So the question is, where do I really want to put all the modules? eg. CCK, Pathauto, Devel, Gallery..etc.
So do I put these under the contributed_modules folder or the drupal/modules folder?
I am just trying to do things correctly.
thanks
C
Comments
It should be under
It should be under sites/all/modules.
Pack contains *almost* all info necessary
if you have only one site you should put the modules under [your drupal root]/sites/all/modules/[drupal module dir]
Look inside the README.txt in sites/all
If you have or plan to have more than one site you should put the common modules (i.e. used by more than one site) using the method above and the modules only used by each site under [your drupal root]/sites/[your domain]/modules/[drupal module dir]
Read also your INSTALL.txt at the root of the unpacked drupal tar.gz.
There is a lot more info really easy to understand there and it covers almost everything to put your site running as expected.
And, of course, you have the handbooks.
Humaneasy Consulting
iPublicis!COM
www.humaneasy.com
www.ipublicis.com
CSM & CSPO
as suggested, i placed it on the /sites/all/modules
as suggested, i placed it on the /sites/all/modules and it works.
thank you all
C