• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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