I'm getting out of memory white screens and messages every time i try load a views page - this problem has only started cropping up with the upgrade to php5.2 on the servers. Disabling the views module eliminates the problem for the moment but i would like to use views....

I've uploaded the new session.inc file from the drupal 4.7.x-dev release but the problem still persists - are there any patches for views and php5.2?

Anyone else having this problem???

Comments

fago’s picture

Status: Active » Fixed

yes, views needs not less memory, if it rebuilds its cache.
with php5.2 the memory counting in php is more accurate, so unfortunately you get faster hit by the memory limit. so just increase the memory limit and it will work. (or tell your hoster to do so)

Anonymous’s picture

Status: Fixed » Closed (fixed)
drupaljohngo’s picture

Do I contact the admin to increase the memory limit? I'm getting the same problem in drupal 7 when using drush to clear the cache.