By beacool on
Yesterday i update my drupal site then i get semaphore error when i fix it (i followed forum in here) my modules are dissapear! I cant find and i cant reinstall them, i cant access modules section too ... For this reason i cant open my website again from maintenance mode coz its dissapear too...
Please help i dont want to re install again...
Comments
=
Did you place the contrib modules in the /modules folder, or in the sites/all/modules folder (the latter is the correct location)?
i install them in to the
i install them in to the /modules
add-on modules and themes directories
The root /modules directory stores modules that are part of the core drupal system. I am not sure Drupal can see add-on modules placed in that directory, it might. I don't know but judging from your experience it sounds like it doesn't.
Drupal is designed for add-on modules and themes to be placed elsewhere. Create a themes directory and a modules directory under sites/all. This will result in:
sites/all/modules - place your unpacked add-on module directories here.
sites/all/themes - place your unpacked add-on theme directories here.
i put a bunch of contributed
i put a bunch of contributed modules in sites/all/modules enabled some of them and my modules page is now blank. the server reports this error: [Thu Mar 25 15:12:55 2010] [error] PHP Fatal error: Call to undefined function: array_intersect_key() in /********l/modules/update/update.compare.inc on line 695
actually, the entire admin section is blank. i had this problem yesterday after install but the problem seemed to be fixed after i set the status of the modules/update/update.module file to 0 in the system table.
yeah it's caused by 3ix's not
yeah it's caused by 3ix's not having an up to date version of php come to find out