Mike Sullivan
Wed 18th Jun '03, 12:29pm
In includes/db_mysql.php, find:
if (function_exists('vberrorlog'))
Replace it with:
if (function_exists('log_vbulletin_error'))
Also in the same file, find:
# @mail ($technicalemail, $this->appshortname . ' Database error!', $message, "From: $technicalemail");
And remove the code in red.
if (function_exists('vberrorlog'))
Replace it with:
if (function_exists('log_vbulletin_error'))
Also in the same file, find:
# @mail ($technicalemail, $this->appshortname . ' Database error!', $message, "From: $technicalemail");
And remove the code in red.