thanks alot for the new version much better than before
but there are problem in daily corn clean
the erorr code is
PHP Code:
Fatal error: Call to a member function Option() on a non-object in /home/user/public_html/forum/includes/cron/dailycleanup.php(96) : eval()'d code on line 1
which request for in ./includes/cron/dailycleanup.php(96)
PHP Code:
($hook = vBulletinHook::fetch_hook('cron_script_cleanup_daily')) ? eval($hook) : false;
and I think its located here in mysql
PHP Code:
if($vMail->Option('active'))
{
$vMail->Cleaning('cron');
}