Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 08:22 UTC
Updated:
24 Jul 2013 at 08:42 UTC
Using 6.13 and newset dev version I recieve this error when tying to access the configuaration page. I have uninstalled, removed the directory, and reinstalled. I have cleared the cashes. I have a very large taxonomy so am using the dev version so I can try the pager. ITs all a no go.
Comments
Comment #1
AntiNSA commentedFatal error: Call to undefined function drupal_render_children() in /home/cyberfan/htdocs/modules/vocabindex/theme/vocabindex_admin_vi_form.tpl.php on line 40
Comment #2
AntiNSA commentedThis is a big thing.. no one else is getting this error?
Comment #3
MGN commentedI am also seeing it in the 6.x-2.x-dev version. Note that this function is introduced in Drupal 7. It looks like a revision of vocabindex_admin_vi_form.tpl.php intended for the 7.x branch was accidentally (?) committed to the 6.x branch in the last commit http://drupal.org/cvs?commit=264580.
Reverting back to revision 1.1.2.8 of that file restores normal operation.
Comment #4
xanoMGN is probably right about that a wrong update has been committed. It has now been fixed in the development version.
Comment #6
xano