• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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