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().