MyBB Community Forums

Full Version: Problems with Delete Me plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is a problem in my board using Delete Me plugin (allows your users to delete their accounts)
When creating a thread or reply I get aqn sql error in the page head:
Quote:Warning: call_user_func_array(): First argumented is expected to be a valid callback, 'deleteme_post' was given in /home2/hosting/moldova/v2forum/inc/class_plugins.php on line 101
And it disappears when being redirected to the message page.
Disabling the plugin I get no errors messages.
Thanks
Open the file plugin and delete those two plugin hooks at the top

$plugins->add_hook("newreply_do_newreply_start","deleteme_post");
$plugins->add_hook("newthread_do_newthread_start","deleteme_post");

They call a function that doesn't exist.