By gcccb99 on
OS: RHEL 5
Drupal: 6.6
I downloaded the date and calendar modules from: http://drupal.org/project/Modules/category/61, both are version 6.x-2.0-rc6, both .gz files are uncompressed with tar xfz producing a calendar and date directory, which I then moved into sites/all/modules (next to the image module). The Date/Time module shows up in the modules list under Admin / Site Building / Modules.
What am I doing wrong?
Comments
It's not all that clear what
It's not all that clear what the issue is.
Are you saying the Calendar module is NOT showing up in the modules list? If so, you didn't really say that. :-)
This shouldn't impact whether the Calendar module even shows up in the list, but make sure you've also got the Views module installed.
Other than that, all I can think of is permissions. You might want to do something like this:
chmod -R www-data:www-data sites/all/moduleswhere www-data is the username and the group name for your webserver process. A huge assumption on my part; I don't know what it is on your system.
--
Choose the path of least resistance.