Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2008 at 17:43 UTC
Updated:
2 May 2008 at 04:59 UTC
When the Theme Developer module is turned on, the view/edit and view/add forms goes to a white screen. When the Devel Themer module is turned off it works fine.
This also happens with Views 6.x-2.0-alpha3.
Drupal v 6.1
Devel Themer v 1.3
Comments
Comment #1
bixed commentedIt is the same problem with Theme developer 1.7 and Views 2.0-beta2 on Drupal 6.2 on PHP version 5.2.5.
When i try to edit a view i get the following error message on an otherwise white page: (i guess sagannotcarl doesn't get this error because php errors is hidden on his server)
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 245592 bytes) in C:\wamp\www\drupal\sites\all\modules\devel\devel.module on line 1334When i try to look at a view i sometimes get the following error message on an otherwise white page, and sometimes not:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 782352 bytes) in C:\wamp\www\drupal\sites\all\modules\devel\devel.module on line 1351it looks like i always get the blanc page without the error when i follow a link to a view from the views management page (http://localhost/drupal/admin/build/views) but i'm not sure if it varies if i try more times, it seems like it's random when i go to my view from other pages.
I don't seem to get any errors when adding a new view like sagannotcarl does.
I have found out that this is happening only when the Theme developer module is enabled, not when only the Devel module is enabled.
Comment #2
merlinofchaos commentedhttp://drupal.org/node/252698