Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
system.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2009 at 15:36 UTC
Updated:
25 Jan 2009 at 22:22 UTC
It is not possible the main admin/build/modules screen split into more areas/screens like we can see it on the main screen, e.g. other, CCK, core-optional, image, voting, and so on?
It would maybe solve the problem with memory blank screen if we have more modules installed.
I see blank screen on /admin/settings, admin/build/modules, admin/reports/status, .... but I cannot change the MySQL state.
Comments
Comment #1
dave reidThis most likely means your PHP or web server's memory has been used up (which tends to happen if you have a lot of modules).
Also, this is not really something in context for the Module Supports contrib module, this would be something that would be appropriate for the Drupal core to change how they display the modules page.
We have several active issues about redesigning the modules page. See #363319: Redesign module page and #323112: Vertical Tabs.
Comment #2
AndrejT commentedThanks for opinion.
I have recognised it as a problem with the MySQL setting of max allowed packets (but I am not expert in drupal or MySQL). I will see the advised issues.