P
pr0fess0r
Guest
Hi
I upgraded to Plesk 8.2 on my dedicated server (I'm with Lunarpages), and after the upgrade, Plesk was broken - it turns out there was a bug:
Fatal error: Unsupported operand types in /usr/local/psa/admin/plib/locales/en-US/messages_en-US.php on line 8106
Which I fixed following advice on this forum...
by changing
$lmsg_arr += array (
near the top of the file to
$lmsg_arr = array (
Now I can log into Plesk. But when I try to view MySQL databaes I get this error:
Fatal error: Class DatabaseManagerMySQL contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (DatabaseManager::getDatabaseServerVersionImpl) in /usr/local/psa/admin/plib/DatabaseManagerMySQL.php on line 14
Does anyone know what to do to resolve this?
cheers
I upgraded to Plesk 8.2 on my dedicated server (I'm with Lunarpages), and after the upgrade, Plesk was broken - it turns out there was a bug:
Fatal error: Unsupported operand types in /usr/local/psa/admin/plib/locales/en-US/messages_en-US.php on line 8106
Which I fixed following advice on this forum...
by changing
$lmsg_arr += array (
near the top of the file to
$lmsg_arr = array (
Now I can log into Plesk. But when I try to view MySQL databaes I get this error:
Fatal error: Class DatabaseManagerMySQL contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (DatabaseManager::getDatabaseServerVersionImpl) in /usr/local/psa/admin/plib/DatabaseManagerMySQL.php on line 14
Does anyone know what to do to resolve this?
cheers