• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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