Closed (duplicate)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 19:27 UTC
Updated:
14 Dec 2012 at 16:36 UTC
I am receiving the following error using the Theme Developer (it's not listed on the Devel page. Is this your module?)
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /devel_themer/variables/167204ebac7b9e7795/thmr_1300
StatusText: OK
ResponseText:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 44 bytes) in C:\Documents and Settings\Compaq_Administrator\My Documents\Construct_Resources\sites\all\modules\devel_themer\devel_themer.module on line 39
I get the same result with checkbox Display $page array on and off.
All other Devel modules are on.
Is this a memory leak, or do I need to allocate more? If so, how?
Note that the theme popup last line that notifies the user the variables are being loaded, is not clearing between selections of items on the page and so repeats the message again for each selection.
Comments
Comment #1
Ashlar commentedComment #2
kenneth.venken commentedWe are trying to reduce the memory footprint of theme developer. see #1600774: Improve memory usage of theme developer: Permissions page is blank when Theme Developer is enabled.
In the meantime you can increase your memory limit. See http://drupal.org/node/207036
Comment #2.0
kenneth.venken commentedadded info regarding Display $page and other modules.