• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Problem with upgrade (3 for 4)

R

rafael_berto

Guest
We make upgrade to the 4 version, but presents this error.

Internal SiteBuilder error.
File: /usr/local/sitebuilder/include/Zend/Zend/Db/Adapter/Pdo/Abstract.php; Line: 111
Message: SQLSTATE[28000] [1045] Access denied for user 'sitebuilder_db'@'localhost' (using password: YES); Code: 0


We tried to adjust password and user at the mysql, but the error persists.

We need help...

Thanks
 
try running
Code:
sb_config \
--sb_db_user_passwd=<sitebuilder_user_password> \
--sb_db_user_name=sitebuilder3 \
--db_admin_name=root \
--db_admin_passwd=<mysql_admin_password>
 
All available options for 'sb_config' utility you can check with '--help' key:

# sb_config --help

Try to define proper login and password for Mysql database, so Sitebuilder could connect to database and perform necessary actions.
 
Back
Top