By webmanoffesto on
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
try putting them in
try putting them in sites/all/modules/
- Andi
modules directory
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?
create the directory
create the directory sites/all/modules/ :-)
see the first paragraph here: http://drupal.org/node/22283
Thanks
OK I followed your directions and now it works. Thanks.