For a bigger project I chose to pre configure and setup my drupal site on a localhost.

Installation went ok, configuring too, but adding new modules resulted in nothing...

Workflow (just like web-based):
- drag module folder into "modules" folder
- go to administer modules...
- activate...
- etc.

BUT...
After dragging the module folder locally into htdocs/modules (in the MAMP application folder), the new modules do NOT show up in the list of modules under home>>administer>>site building>>modules

So, activating them is no option...

Probably just a minor mess-up... but I cannot see where...

MAMP 1.4.1
Drupal 5.0 beta 1
Modules to implement: CiviCRM and spajax_mm

Comments

robertDouglass’s picture

Check in the modules that aren't showing up for the presence of a yourmodule.info file. If it isn't there, it is a sure sign that the module hasn't been ported to 5.0.

- Robert Douglass

-----
Lullabot | My Drupal book | My Digg stories

ipears’s picture

That was the reason... well, for the spajax one.

With Civicrm I had to create one myself, but obviously did something wrong.

will investigate further...