• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Restore problem - Internal error: Failed to parse metadata

unique1337

New Pleskian
Hi. I restored MySQL backup today, configured psa & phpmyadmin to work with MySQL.
Although when I click "Open in control panel" to access a customers account. I get the error
Code:
Internal error: Failed to parse metadata

Message	Failed to parse metadata
File	 aps_php.php
Line	119
Type	Exception

Before this error I was getting access denied for user apsc@localhost and I used the apsc password repair script.
I followed many KB Articles but haven't found a solution.

When I run the command:
Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -Nse"select d.name as DOMAIN,c.status from Configurations c left join domains d on c.objectId=d.id where c.status='error'"
all domains give an error.
 
Back
Top