Quote:
Originally Posted by cd1986
Receiving this error when i try to manually run the Activation Reminder Cron:
...
|
I figured out, that after installing these mod, two of cron-jobs (Birthday and Activation Reminder) are not run and have these error:
Fatal error: Call to a member function query_first() on a non-object in ..../includes/class_mail.php(266) : eval()'d code on line 4
code of line is
PHP Code:
($hook = vBulletinHook::fetch_hook('mail_send')) ? eval($hook) : false;
Error happens only if a mail must send out.
If i deactivate the mod, all works fine.
any idea?
Thanks
Alfred