Articles in this section

Domains' tab is not accessible in Plesk: 500 SB_Facade_Exception_NotFound

Plesk for Windows Plesk for Linux kb: technical

Applicable to:

  • Plesk for Windows
  • Plesk for Linux

Symptoms

  • One of the below errors appear when clicking on a domain in Plesk:

    PLESK_ERROR: Server Error
    500 SB_Facade_Exception_NotFound
    The site with UUID "xxx-yyy-zzz" was not found.


    PLESK_ERROR: Server Error
    500 SB_Facade_Exception_Generic
    Access denied for user 'sitebuilder'@'localhost'


    PLESK_ERROR: Server error
    500 TypeError
    Cannot destructure property 'isSecondaryCollapsible' of 'e' as it is undefined.

  • The Web Presence Builder database is not present on the server:

    # plesk db "use sitebuilder5;"
    ERROR 1049 (42000) at line 1: Unknown database 'sitebuilder5'
    exit status 1

    And WPB is not used by any domain at the moment.

Cause

Extra references to the sitebuilder5 database in the Plesk psa database:

# plesk db "select * from dom_param where param='site_builder_site_id';"
...
| 166 | site_builder_site_id | xxx-yyy-zzz |
...

Resolution

Plesk for Windows
  1. Connect to the server via RDP

  2. Start the Command Prompt as Administrator

  3. Create Plesk database backup

  4. Delete the extra reference(s) with the command below:

    C:\> plesk db "delete from dom_param where param='site_builder_site_id';"

Plesk for Linux
  1. Connect to the server via SSH

  2. Create Plesk database backup

  3. Delete the extra references:

    # plesk db "delete from dom_param where param='site_builder_site_id';"

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.