• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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