blank module list page when installing CCK together with Devel and Administration

max.maier - October 10, 2008 - 10:23
Project:Administration
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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

#1

KarenS - October 10, 2008 - 10:31
Project:Content Construction Kit (CCK)» Administration Menu Dropdown
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

KarenS - October 10, 2008 - 10:33
Project:Administration Menu Dropdown» 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

Deciphered - October 10, 2008 - 11:14

@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

sun - October 10, 2008 - 14:20
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

sun - October 10, 2008 - 14:23

This may be a duplicate of #319376: My content has disappeared

#6

kyle.vh - October 11, 2008 - 01:53

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

sun - October 11, 2008 - 02:06

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

yched - October 15, 2008 - 23:46
Status:active» fixed

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

#9

yched - October 15, 2008 - 23:48
Status:fixed» active

Doh, forget about me, I missed all the followups...
Setting back to active...

#10

sun - October 16, 2008 - 20:43

@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

sun - November 2, 2008 - 16:42
Status:active» won't fix

Without further information I'm obliged to mark this issue won't fix.

#12

blue92877 - May 26, 2009 - 08:55

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

thomasmuirhead - July 3, 2009 - 12:12

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

thomasmuirhead - July 12, 2009 - 11:40
Status:won't fix» fixed

meant to change it to fixed after note above.

#15

sun - July 19, 2009 - 19:11
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» HEAD
Category:support request» bug report
Status:fixed» active

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

 
 

Drupal is a registered trademark of Dries Buytaert.