• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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