Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jun 2006 at 10:05 UTC
Updated:
12 Jul 2006 at 12:30 UTC
Fatal error: Call to undefined function: _content_fields() in /home/ber/Documents/FLX_flexinode/63240/modules/cck/content_admin.inc on line 704
bumps in when editing/saving a field
Using HEAD. I am not sure if its just me, because I am developing new features for CCK. Though I cannot find anything odd in the CVS diffs that might be the case.
I will either send in a patch later, or else close the issue if it really is just me :)
Comments
Comment #1
Bèr Kessels commentedseems a cvs up fixed it.
Comment #2
robert.redl@easytouch.cc commentedsomeone threw it out from CCK 4.7up to CVS.
I also use somepatches that need _content_fields.
In the meantime, add the following function to the end of
modules/cck/content.module
Comment #3
karens commentedThe function _content_fields was renamed content_fields in cvs, so 4.7 version of the content module uses _content_fields and the cvs version uses content_fields. Most of the patches flying around are still using _content_fields. The better patch would be to change cvs modules and patches to use the new function name.
Comment #4
(not verified) commented