Closed (outdated)
Project:
Drupal core
Version:
6.19
Component:
system.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 10:19 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent
Comments
Comment #1
vip_sa commentedWith every request I tried to do I get a memory error and the message is rather contridicting cause it is tryong to use far less that what's available but it still exhausts the allocated amount. ??????????????
Allowed memory size of 52428800 bytes exhausted (tried to allocate 19456 bytes) in /usr/www/users/bonozaf/sites/all/modules/panels/includes/display-edit.inc on line 1130
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 41 bytes) in /usr/www/users/bonozaf/includes/form.inc on line 2202
every request I get an error?
Comment #2
damien tournoud commentedComment #3
mdupontWhat does phpinfo() says? PHP configuration can be overriden in many places other than php.ini: Apache conf, vhosts and .htaccess, Drupal seetings.php and any other PHP file calling ini_set(), etc.