Closed (fixed)
Project:
Module Installer
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2007 at 23:53 UTC
Updated:
5 Feb 2009 at 08:27 UTC
Running Single 5.1 code base with multiple sites. Each site configured with settings.php using same MySQL database but different prefixes.
Everything works fine. I enabled Blogs module with no problems however certain modules fail to enable - Contact and Forum are two that definately fail.
The save configuration goes to http://le-prevost.co.uk/?q=admin/build/modules/list/confirm which returns a blank screen. With devel enabled it returns the query details but nothing else. There is no sign of any error. Returning to the module screen shows the module has not been enabled.
I noticed the tables for forum was not present so manully created it but it had not effect.
Please help
Comments
Comment #1
petetspm commentedThe other site in the multi-site config was a 4.7.4 site with a forum that I ported to 5.1 and then an update.php and the forum works fine on that one.
Comment #2
petetspm commentedNot sure how this happened but ....
tracked down the error to the fact that Drupal is trying to run both the forum.install in /modules/forum and /sites/all/modules. I'm not sure how I ended up with the modules in both places but its not in the install
Anyway, removing /modules/forum fixed the problem
Comment #3
denis_poltavets commentedI have the same problem with Drupal 6.8: blank screen after the attempt to enable some modules. What would you recommend as soon as you solved the issue? I had the same problem with earlier versions and did not find any info on that.
Comment #4
firemountain commentedi am having the same issue over and over. with 6.8
hmm....
it seems once i get to a certain number of modules enabled, everytime i hit "save configuration" it returns a blank screen.
the only way to get back is to hit BACK and then i get back to main admin screen and i go in and remove the new module i just installed (its any module) and then the module screen is no longer blank..
if i just try enabling some default drupal modules it does the same thing, except with the drupal modules all i have to do is run cron and i can get back in the modules and deselect the modules.. if i do't deselect them and just hit "save configuration" again.. blank screen.
i've seen it written on the forum that this prob could be due to the php.ini file not allowing enough memory, but mine is set at 16mb and i don' think it should higher than that.. i am wrong.. is there any other factor in the php.ini file i can modify... perhaps it has to do with permission of access.. i will go check it out and psot my findings ..
Comment #5
firemountain commentedSO i upped the memory alow to 54MB in the php.ini file and things are working again.... should i have to do this??!!
i am only using 6 mods
panels
views
imagemenu
image
gmap
location
i think maybe the Gmap module is causing the memory to be used up a lot, but i truly have no idea being quite new at this
i just am thinking that because it is more complex of a module... then again maybe the imagemenu mod is causing this..