• 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.

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