Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
7.x-2.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 20:56 UTC
Updated:
16 Mar 2010 at 20:00 UTC
When I click on the "Manage fields" link, I get a WSOD and PHP log reports this error:
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 45 bytes) in /Applications/MAMP/htdocs/dr7/includes/theme.inc on line 635.
Comments
Comment #1
avpadernoCCK is the only third party module installed.
Comment #2
avpadernoI also tried raising the PHP memory limit to 256 MB, but the only result obtained is that now the error message is changed to:
The same error message is shown if I change the memory limit to 128 MB.
Comment #3
yched commentedTry with latest CVS, I just committed a fix that might be related.
Comment #4
avpadernoI tried it, but it didn't resolve anything.
Looking at the difference between the last committed code (1.6) and the previous commit, I don't see much changes (except in a debug function that is not called in the menu callback used for the page which gives me problems).
Did you mean another version of cck.module?
Comment #5
yched commentedThe important change was in theme.inc.
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/cck/theme/t...
Was broken after #355236: Refactor drupal_render theming - docs went in core.
Comment #6
avpadernoI found it.
Now I can see the content type fields, but I get other errors when I click on the Display fields tab; fortunately, this time I don't get a WSOD.
Comment #7
yched commentedWhat are those other errors ?
Comment #8
avpadernoThe error messages I get when I click on Display fields are the following:
This happens for the content types that have a CCK field, and for those that don't have any CCK fields.
Actually I can only report the error for the content types defined from Drupal core modules.
Comment #9
karens commentedThis code is in core now, so the error doesn't apply.