• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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