Download & Extend

blank module list page when installing ical dependancies

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

Project:Content Construction Kit (CCK)» Admin Menu Hider
Version:6.x-2.0-rc10» 6.x-1.x-dev
Component:General» Code

No idea, moving it to see if admin menu has ideas.

#2

Project:Admin Menu Hider» Administration menu
Version:6.x-1.x-dev» 6.x-1.x-dev

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

Category:bug report» support request

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

Status:active» fixed

Most probably insufficient memory allocated to PHP on you server. See http://drupal.org/node/76156.

#9

Status:fixed» active

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

Status:active» closed (won't fix)

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

Status:closed (won't fix)» fixed

meant to change it to fixed after note above.

#15

Title:blank module list page when installing cck together with devel and administratio menu modules» blank module list page when installing CCK together with Devel and Administration
Project:Administration menu» Administration
Version:6.x-1.x-dev» master
Category:support request» bug report
Status:fixed» active

"admin" ? That's a different module/theme.

#16

Title:blank module list page when installing CCK together with Devel and Administration» blank module list page when installing ical dependancies
Project:Administration» Admin block
Version:master» master
Component:Code» Miscellaneous
Category:bug report» support request

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

Project:Admin block» Administration
Version:master» master
Category:support request» bug report
Status:active» closed (fixed)

milindjathar, please don't hijack an issue like this. Create a new issue for the module theme you have a problem with instead.