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

bixed’s picture

It 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 1334

When 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 1351
it 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.

merlinofchaos’s picture

Status: Active » Closed (duplicate)