• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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