Closed (fixed)
Project:
Views (for Drupal 7)
Version:
4.7.x-1.4-2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2006 at 10:41 UTC
Updated:
26 Jun 2011 at 21:08 UTC
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
Comment #1
fagoyes, 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)
Comment #2
(not verified) commentedComment #3
drupaljohngo commentedDo 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.