modules don't get installed
dazz - August 6, 2009 - 12:13
I'm trying to install some modules on my drupal installation.
I upload them, check the checkbox an click 'save', he gives a message that everything is saved but nothing has happend.
Some modules work but others don't, for example, i installed the 'filebrowser' module (http://drupal.org/project/filebrowser) on my drupal 6 site but i can't see any configuration page anywhere and when i wane create a link to it it says that it can't find the path.
Now i installed the same module on my old drupal 5 site and it works like a charm (5.x version ofcourse).
Is there something wrong with my drupal installation or am i doing something wrong?

system table
dazz:
can you check your system table and search
SELECT *
FROM `system`
WHERE STATUS =1
and see if the changes are saved to the db ?
also when you say "but nothing has happend" does it mean that the module enabling failed ?
yashesh bhatia
Yashesh Bhatia
yasheshb@venuslabs.co.in
http://venuslabs.co.in
when i do the query i get
when i do the query i get 'sites/all/modules/filebrowser/filebrowser.module'
well it enables the module but i can't see it in the Site configuration and when i create a menu link it says the path doesn't exist.
If you can't see the settings
If you can't see the settings in the expected path
admin/settings/filebrowserthen it's probably not installed correctly.Post more details in the actual project issue queue and you may get help there.
.dan.