Quote:
Originally Posted by tbworld
The mod that has the warning is:
vBulletin Cron Based Database Backup
https://vborg.vbsupport.ru/showthrea...ht=cron+backup
it is not this mod...
In /includes/cron/cronbackup.php on line 18
Find:
PHP Code:
$mysqlBackup = &new mysqlBackup($vbulletin->db, $vbulletin->options);
Replace:
PHP Code:
$mysqlBackup = new mysqlBackup($vbulletin->db, $vbulletin->options);
This is a warning not an error.
|
Cheers I actually wasn't meant to post in this thread, just picked the wrong one on Paul's profile......Please move if possible. Thanks for the fix!
Dave