• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Sitebuilder 4.0.0 Error: Table 'sitebuilder3.plan_site_family' doesn't exist

I

isabel.estevao

Guest
I've made an upgrade from sitebuilder 3.0.2 to the new sitebuilder 4.0.0 and I got the following plan_site_family table error:

Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Abstract.php; Line: 156
Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sitebuilder3.plan_site_family' doesn't exist; Code: 42S02

Any ideas?
 
Hm, looks like the database wasn't upgraded. You can contact support to resolve you problem.

Or you can try to do this manually. First of all backup /usr/local/sitebuilder directory and sitebuilder3 database.
Then:
* echo -n "3.0.2" > /usr/local/sitebuilder/migrate
* sb_config --update_modules --update_locales --update_templates
 
Back
Top