Posted by jop007 on January 12, 2013 at 1:30pm
When I ty to create or save a menu item this error message is displayed:
Fatal error: Call to undefined function purl_item_edit_validate() in /Users/jophof/Sites/acquia-drupal/includes/form.inc on line 1460
How can I resove this? The purl module is installed.
John
Comments
Try
Try adding
form_load_include($form_state, 'inc', 'purl', 'purl.admin');in purl_form_alter() in the case block that calls _purl_form_alter().