• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Cannot view MySQL Databases

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
 
Back
Top