Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 13:04 UTC
Updated:
8 Jul 2008 at 18:28 UTC
As soon as I add VIEWS to the modules directory and reload '.../admin/build/modules/list', I get the following error message:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 704148 bytes) in' ... '/includes/database.mysql-common.inc on line 41'.
Untill I remove the VIEWS directory, te drupal site is down...
Is there a setting I need to change somewhere?
Greets, 10o.
Comments
Comment #1
moshe weitzman commentedIf you are using Theme developer module, disable it. It currently requires a LOT of memory.
Comment #2
Tino commentedI am not using that one.
Some external modules are:
And only a few optional core modules are activated...
Comment #3
conley commentedIt seems to be a recurring problem. I've found several instances of it by doing google searches. This module is essential for me, and it is completely unusable until it gets fixed.
Comment #4
merlinofchaos commentedIt seems that Drupal 6 uses a lot of memory, and Views needs a fair bit of memory too. You need to have at least 24 megs and some people report needing 32 megs.
Comment #5
Tino commentedThat's right.
After some searching I found out that this can be done by adding to .HTACCESS:
php_value memory_limit 30MNow it works.
Comment #6
merlinofchaos commentedhttp://drupal.org/node/259479
(There was no patch in this issue)