Hi there,

I was working with Drupal with growing enthousiasm. Suddenly, while installing new modules (such as CCK) I was confronted with a blanc page when installing new modules. Tried some .htaccess changes to increase the memory limit. Directly after; my cron is not working any more, showing a blanc status report (showing only the introductory text) and installation or removal of modules from "sites/all/modules" is not recognised by the system anymore.

Please help, anyone?

Chris

Comments

bwv’s picture

I encountered a situation like this once and found that the only way to address it was to go into the database and manually turn off modules one by one until the memory was sufficiently high to let me get back in as admin. Others may have different experiences.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207

I am a writer, researcher and solo drupal freelancer

Scott Reynolds’s picture

in your settings.php

ini_set('memory_limit', -1);

That makes php's memory limit unlimited. You can then set it as you go to what you really want.

http://www.php.net/ini_set