MyBB Community Forums

Full Version: Warning: call_user_func_array() [function.call-user-func-array]: First argument is ex
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey

i get this error her when i post a topic

Quote:Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'deleteme_post' was given in /var/www/virtual/xxxxx/htdocs/inc/class_plugins.php on line 101

I have this installed and it worked fine until today when i was playing with to get some other things working


$bot['password'] = "xxxxxxxxxx";
//$bot['ip'] = "xxxxxxxxxx";
$bot['ip'] ="xxxxxxxxxxx";
$bot['port'] = "17020";
$bot['message'] = "..:: Topic: ".$mybb->input['subject']." :: Link - http://www.mixland.dk/showthread.php?tid=".htmlspecialchars($tid)." :: Startet af: $username ::..";
$fp = fsockopen($bot['ip'], $bot['port'], $errno, $errstr, 40);
if($fp)
{
fputs($fp, $bot['password'] . " " . $bot['message'] . "\n");
sleep(5);
fclose($fp);
}
redirect($url, $lang->redirect_newthread);
Did you used to have the "deleteme" plugin?
DennisTT no, a freind installed but i deactivatet it, and now the error is gone...

Then again how much is a delete me function in use hehe Big Grin
:o very very usefull information.. thanks to google i find this post xD Toungue