Bug tracker
Error after backing up (fix completed in vcs)
After backing up with MySQL 3.23.58, the following error occurs:
[phpBB Debug] PHP Notice: in file /includes/acp/acp_database.php on line 1328: Undefined property: mysql_version
The backup itself completes properly, however. The stored file and it's content look good.
Comments / History
bad compression file and in that file you have the error
<b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/acp/acp_database.php</b> on line <b>1328</b>: <b>Undefined property: mysql_version</b><br />
Apache/2.0.59 (Win32) PHP/4.4.4
mysql 5.0.24a
10th December 2006 22:30 GMT+2
Download [ 1.44 MB]
if ($has_index_type === null)
{
if ($db->sql_layer === 'mysqli' || version_compare($this->mysql_version, '4.0.2', '>='))
{
$has_index_type = true;
}
else
{
$has_index_type = false;
}
}