• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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.5 Check.php report

swopedesign

Regular Pleskian
OK : supported version of PHP found (5.1.X or newer - 5.2.1)
OK : extension sitebuilder3 in state on found
OK : extension pdo in state on found
OK : extension pdo_mysql in state on found
OK : extension sqlite in state on found
OK : extension dom in state on found
OK : extension libxml in state on found
OK : extension xml in state on found
OK : extension xsl in state on found
OK : extension spl in state on found
OK : extension pcre in state on found
OK : extension session in state on found
OK : extension simplexml in state on found
OK : extension ftp in state on found
OK : extension openssl in state on found
OK : extension mbstring in state on found
OK : extension soap in state on found
OK : extension gd in state on found
OK : extension ctype in state on found
OK : extension zlib in state on found
OK : extension iconv in state on found
OK : extension curl in state on found
OK : extension posix in state on found
OK : extension mysql in state on found
OK : supported SQLite version 2.x found
OK : SQLite UTF-8 encoding found
OK : GD library PNG support found
OK : GD library GIF support found
OK : GD library JPG support found
OK : GD library WBMP support found
OK : supported GD library version 2.0.1 (or newer) found
OK : setting magic_quotes_gpc in state off found
OK : setting magic_quotes_runtime in state off found
OK : setting open_basedir in state off found
OK : setting safe_mode in state off found
OK : setting zend.ze1_compatibility_mode in state off found
OK : setting mbstring.internal_encoding in state UTF-8 found
OK : config file was successfully parsed
ERROR : unable to connect to MySQL database (File "Zend/Db/Adapter/Pdomysql.php" was loaded but class "Zend_Db_Adapter_Pdomysql" was not found in the file)

Of course, my VPS provider reports as follows:

The error message you've copied was listed in the ticket history. There is no information about what this may mean in either Parallel's KB or on Parallel's forums. Also, PHP pdo.so and pdo_mysql.so drivers are loaded on your VPS, here is a quick confirmation:

# grep -i pdo /etc/php.d/* | grep -v ":;"
/etc/php.d/pdo.ini:extension=pdo.so
/etc/php.d/pdo_mysql.ini:extension=pdo_mysql.so
/etc/php.d/pdo_odbc.ini:extension=pdo_odbc.so
/etc/php.d/pdo_sqlite.ini:extension=pdo_sqlite.so
#

# php -i | grep -i pdo | tail -10
PDO
PDO support => enabled
PDO drivers => mysql, odbc, sqlite, sqlite2
pdo_mysql
PDO Driver for MySQL, client library version => 5.0.45
PDO_ODBC
PDO Driver for ODBC (unixODBC) => enabled
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
PECL Module version => 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6 2006/01/01 12:50:12 sniper Exp $
#

Also, you can see presence of PDO drivers at http://sitebuilder.nitrouswebsites.com/info.php

So what exactly is the problem? Will I need to pay for Parallels to fix whatever problem has been created?

This is a new VPS with a new installation. It has not been able to publish any site. Accounts were migrated from another 4.5 SiteBuilder installation (previous VPS with my license).

It is interesting to note that VPS hosts do not support and are unwilling to help owners of SiteBuilder. Why is this, anyway?
 
It seems there is old configuration file is used for Sitebuilder, for some reasons. Try to edit /usr/local/sitebuilder/cofig and make sure that following section contains proper value:

[database]
adapter = PDO_MYSQL
 
Error corrected - thanks - now see another thread for another error

This change corrected the error reported by check.php.

Now on to other fish to fry. See other thread re: missing file.
 
Back
Top