When logged in with Admin privileges, when I click on administer then modules I get a blank page.
The address in the address bar is
http://www.mysite.org/drupal/admin/modules
but the page is totally blank.
All of the rest of the administer menu item work fine. I have made no changes so I do not know what happened.

Darrell

Comments

styro’s picture

nubeli’s picture

I found that CiviCRM requires a lot of memory so if you have this module it might not work. You might want to remove this from the modules directory and see if that works. If you have access to php.ini (directly or through .htaccess) you can increase the memory requirements.

As well it might be that PHP has errors suppressed so any errors with modules are not being printed to the browser screen.

The easiest is to remove any contributed modules, starting with the last ones you installed until you can see the admin/module page.

-------
Herb van den Dool

-------
Herb v/d Dool
Developer at Freeform Solutions

Darrell’s picture

Anton,
Thank you. adding
ini_set('memory_limit', '12M');
in my sites/default/settings.php file fixed the problem.
Darrell

nigels’s picture

See link for other ways this memory limit can be set

http://drupal.org/node/31819