• 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.

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