• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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