• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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