• 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

Installation Error Pls.

T

tg25500

Guest
YadaServer01# vi /usr/local/sitebuilder/tmp/sb_config-0809050451.log
[2008 Sep 5 04:51:11] Migration process started
[2008 Sep 5 04:51:11] [2008-09-05T04:51:11+07:00 - #0 - error] Exception : SQL
STATE[HY000] [2002] Can't connect to local MySQL server through socket '/tmp/mys
ql.sock' (2); file: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abst
ract.php; line: 111; code: 0
[2008 Sep 5 04:51:11] [WARN] Migration process has finished with errors
[2008 Sep 5 04:51:11] [WARN] Installation of 3 module has failed (3)
[2008 Sep 5 04:51:11] [WARN] Installation of 3 module has failed (1)
[2008 Sep 5 04:51:30] [ERROR] Errors during locales update
 
According to migration error it looks like connect to MySQL server is not possible. It can be caused by MySQL server itself or not valid credentials which are used for this connect. Try to check if everything is fine with MySQL service and that connect is possible.
After installation is completed, you should use 'sb_config' utility for configuration. I can suggest you to check online documentation where all options for 'sb_config' utility are described - http://download1.parallels.com/SiteBuilder/4.2.0/doc/install/en_US/html/index.htm -> Configuring Plesk Sitebuilder after Installation
 
Pls

Sorry I not understand config after install you want i reconfig sb_config below same index.htm document Y/N and how to
thank


YadaServer01# sb_config
Usage:
--phpcli_path PHP CLI executable [/usr/local/sitebuilder/bin/php]
--phpcgi_path PHP CGI executable [/usr/local/sitebuilder/cgi-bin/php]
--update_locales Update locales [no]
--update_templates Update templates [no]
--update_modules Update modules [no]
--update_skins Update skins [no]
--migrate_all Migrate all sites [no]
--help Show this help [no]
--verbose Be verbose [no]
--[no]use_rewrite Enable/disable mod_rewrite usage [yes]
--sb_admin_passwd Password for admin user [not changed by default]
--db_host MySQL database remote host [localhost]
--db_port MySQL database remote port [3306]
--db_admin_name MySQL administrator username [root]
--db_admin_passwd MySQL administrator password
--sb_db_user_name Sitebuilder MySQL username [sitebuilder_db]
--sb_db_user_passwd Sitebuilder MySQL password
--sb_db_name Sitebuilder database name [sitebuilder3]
--httpd_port Webserver port [80]
--sb_host_ip Create virtual host on the specified IP [61.19.242.133]
--sb_hostname Sitebuilder virtual host name [sitebuilder.YadaServer01.yadaaday.com]
--httpd_owner Webserver user and group [www:www]
--[no]enable_ssl Enable/disable SSL [no]
 
To configure host name for Sitebuilder you need to perform the following command:

# sb_config --sb_hostname="www.yadaaday.com" --sb_host_ip 61.19.242.133
 
Back
Top