Active
Project:
Primary Term to Active Menu Item
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2009 at 15:28 UTC
Updated:
4 Aug 2009 at 16:23 UTC
Hi I am trying to use this module but am getting the following error:
Fatal error: Call to undefined function _pt2pl_flatten_menu_array() in /home/mysite/public_html/sites/all/modules/pt2ami/pt2ami.module on line 56
I have uninstalled both Primary Term and Primary Term to Active Menu Item and reinstalled. The fatal error comes up when when I try to configure the module. I cannot find any documentation on this error.
D
Comments
Comment #1
Jasu_M commentedApparently this is caused by a wrong function name, change line 56 (in release 1.0, not CVS) from
to
and it seems to work.
Comment #2
blanesworld commentedThis works. Thanks