• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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