Posted by max.maier on October 10, 2008 at 10:23am
Jump to:
| Project: | Administration |
| Version: | master |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hello,
I tried to install the following modules together:
cck-6.x-2.0-rc10
admin_menu-6.x-1.1
devel-6.x-1.11
Activating cck together with devel works fine, also cck together with admin_menu. But as soon as I activate all 3 modules together, I just get a blank module list screen.
Best regards,
max
Comments
#1
No idea, moving it to see if admin menu has ideas.
#2
Or is it this project? I don't know for sure.
#3
@KarenS
You're correct in your second move. DAM is the primary module, AMD is a sub-module. It is clearly a namespace issue, but that's a discussion for another time.
#4
FYI: The name issue is dealt in #314410: Module's project page and .info file do not match
As for this issue, I have no ideas. Did you try to alter DAM's settings for collapsing the fieldsets on the module page already? Any other info you can provide would be helpful.
#5
This may be a duplicate of #319376: My content has disappeared
#6
my modules page is blank, too.
clean local install of 6.5.
All I have installed is: pathauto, token, panels, and views.
Plug in admin menu: blank page at admin/build/modules.
ironic because I can't disable it! err.
i heart admin menu.
#7
What happens if you disable JavaScript in your browser? I went through the changes since Drupal 6.3, and the update to jQuery 1.2.6 was the only thing that could have an impact here.
#8
Most probably insufficient memory allocated to PHP on you server. See http://drupal.org/node/76156.
#9
Doh, forget about me, I missed all the followups...
Setting back to active...
#10
@max.maier: Any updates?
Believe me, I run plenty of sites with CCK, Devel, and DAM - and never had this issue.
Do you use Vertical Tabs module maybe? If so, try disabling/updating that module. See #297962: Error Missing Site Configuration menu items?
#11
Without further information I'm obliged to mark this issue won't fix.
#12
I was having this exact same issue, but after doing a little digging, I was able to fix it. I had to edit my php.ini file. I changed the script execution time from 30 to 60 seconds, and I also set the max memory limit to 256M.
Although that solved my problem, it's surprising to believe it takes so much to load the modules page.
#13
I got a blank screen when I installed admin module. At first I was trying all sort of memory changes in php.ini etc...but actually what seems to be the problem is that the modules are appearing way way down the page...a long way down.
I added this to the admin module theme style.css (sites/all/modules/admin/theme/style.css) and they now appear in the right place:
#edit-module-filter-wrapper {
height:30px;
}
thanks
thomas
#14
meant to change it to fixed after note above.
#15
"admin" ? That's a different module/theme.
#16
I aa newbie to drupal I install ical module dependencies and found that my module list page blank when I enable the modules please advise on this.
#17
milindjathar, please don't hijack an issue like this. Create a new issue for the module theme you have a problem with instead.