• 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

Internal error: The site with UUID "xxxxxxxxxxx" was not found.

Status
Not open for further replies.

YuriyD

New Pleskian
Hello.

I have faced with problem, when logged to plesk web panel:
Internal error: The site with UUID "xxxxxxxxxx" was not found.

How can I fix this issue?
Thank you
 
The root cause of the issue in that there is record in the psa.dom_param table that refers to sitebuilder5.site table. In order to fix the issue, incorrect sitebuilder5.site entries may be removed from the psa.dom_param table with:

mysql> delete from dom_param where val='xxxxxxxxxxxx';
 
Status
Not open for further replies.
Back
Top