• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

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