The following message appears when I enter a template configuration page:

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 605209 bytes) in bla\bla\testbed2\sites\all\modules\contemplate\contemplate.module on line 700

I have a costume content type with a nodereference and a imceimage. I have a PHP memory limit of 256MB (I think that's kind of high).

Comments

emfabric’s picture

I get a similar error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40961 bytes) in /[..]/modules/contemplate/contemplate.module on line 707

The relevant content type has four fields (2 numbers, 1 text, and a date). There is also one group. However, when I remove the group, the error goes away.

emfabric’s picture

Status: Active » Closed (duplicate)

Sorry, didn't notice the same issue here: http://drupal.org/node/230885

jrglasgow’s picture