• 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

Parallels Web Presence Builder Installation failed?

W

webhoster

Guest
Greetings,

I have a problem with the presence builder. If I want to start it from the end user login, I only get this error:

Internal error: SQLSTATE[28000] [1045] Access denied for user 'pp_sb_db'@'localhost' (using password: YES)

Message SQLSTATE[28000] [1045] Access denied for user 'pp_sb_db'@'localhost' (using password: YES)
File Generic.php
Line 33
Type SB_Facade_Exception_Generic

The user pp_sb_db does not exist in the mysql / users.

Is there any way to re-install the presence builder?

regards
Jan
 
Sorry, problem solved. I reinstalled the tables with this command:
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/sb/utils/configure.php --init_db --merge_config --db_admin_name=admin --db_admin_passwd=`cat /etc/psa/.psa.shadow` --sb_db_user_passwd=<random_password>
 
Back
Top