• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Parallels Presence Builder error.

EduartK

New Pleskian
Internal Parallels Presence Builder error.
File: /usr/local/psa/admin/externals/Zend/Db/Statement/Pdo.php; Line: 234
Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sitebuilder5.trial_message' doesn't exist; Code: 42


PPSitebuilder version 11.5.4-40923.13061221
 
If you familiar with SQL you can try to create missing table with

CREATE TABLE `trial_message` (
`id` int(11) NOT NULL auto_increment,
`locale_code` varchar(12) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`value` text,
PRIMARY KEY (`id`),
UNIQUE KEY `key_locale_code_name` (`locale_code`,`name`),
KEY `key_locale_code` (`locale_code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Contact Support Team if it not help.
 
If you familiar with SQL you can try to create missing table with

CREATE TABLE `trial_message` (
`id` int(11) NOT NULL auto_increment,
`locale_code` varchar(12) NOT NULL default '',
`name` varchar(255) NOT NULL default '',
`value` text,
PRIMARY KEY (`id`),
UNIQUE KEY `key_locale_code_name` (`locale_code`,`name`),
KEY `key_locale_code` (`locale_code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Contact Support Team if it not help.

that fixed my first issue with Parallels Presence Builder and the new error is

Internal Parallels Presence Builder error.
File: C:\Program Files (x86)\Parallels\Plesk\admin\externals\Zend\Db\Statement\Pdo.php; Line: 234
Message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sitebuilder5.custom_property' doesn't exist; Code: 42

what is the query to run for this?
 
Last edited:
Looks like your sitebuilder database is completely broken. I suggest you contact Support Team for fixing it directly on your server.
 
Looks like your sitebuilder database is completely broken. I suggest you contact Support Team for fixing it directly on your server.

Is that by submitting a ticket to http://support.parallels.com ? or is there a tool to reinstall the database?

MY FIRST EDIT POST EARLIER: I tried to submit a ticket then in "What objects were you working with when the issue appeared" box I type "Other" selecting "Web Presence Builder > Other" it still say "This field is required" even for "If you selected Other or you want to clarify the task selected (recommended), please type it below" box I type "my sitebuilder database is broken?" then hitting continue does nothing.

MY SECOND EDIT POST: Hmm I searched through the knowledge and found http://kb.parallels.com/en/112453

I did:

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>"%plesk_dir%\admin\bin\local_mysql_helper.exe" --create-dat
base-and-user -database "sitebuilder5" -database-user "<DB_USER>" -database-use
-password "<DB_USER_PASSWORD>"
Existing database sitebuilder5 successfully removed
Database sitebuilder5 successfully created
Database user <DB_USER> successfully created

C:\Windows\system32>

Now I see Internal error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sitebuilder5.site' doesn't exist

MY THIRD EDIT POST FEW MINUTES AFTER MY SECOND EDIT: There is two more commands to run in the kb that I found (don't forget)
 
Last edited:
Back
Top