This morning I updated to the newest alpha version (before, everything was working fine). I ran update.php, and when I went back in to the module to configure the Custom Tip settings, when I clicked on the Beautytips Custom Tips tab, I get these errors:
• Notice: Undefined index: beautytips_manager_admin in drupal_retrieve_form() (line 736 of /usr/share/ptk/includes/form.inc).
• Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'beautytips_manager_admin' not found or invalid function name in drupal_retrieve_form() (line 771 of /usr/share/ptk/includes/form.inc).
I even copied my settings on paper, uninstalled and reinstalled the module, and got the same result.
Comments
Comment #1
ohcray commentedJust to clarify, this is when I click on the "Add" link AFTER clicking on the Custom Tips tab. No table or options show up. Only the errors.
Comment #2
kleinmp commentedThanks ohcray. Somehow the form name change in hook_menu didn't get committed along with the form name change. A fix has been committed to the dev version.