Hi,

I downloaded two modules, uploaded them to my Drupal site
bbcode
custom_breadcrumbs

and put them in
/ drupal / modules /

but I don't see them when I go to Admin
http://www.site.com/drupal/?q=admin/build/modules

I ran update.php

What did I miss?

Comments

AndiS’s picture

try putting them in sites/all/modules/

- Andi

webmanoffesto’s picture

I can see the directory
/ drupal / modules /
and that there are modules in it

The
sites/all/modules/
directory does not exist

What do you suggest?

AndiS’s picture

create the directory sites/all/modules/ :-)

see the first paragraph here: http://drupal.org/node/22283

webmanoffesto’s picture

OK I followed your directions and now it works. Thanks.