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
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:
all domains give an error.
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'"