Add to Favourites Add to Favourites    Print this Article Print this Article

How to disable integration with Parallels Plesk Sitebuilder and remove submenu "Sitebuilder" from Plesk Control Panel ?

Symptoms:
There is submenu Sitebuilder in Parallels Plesk Panel that leads to managements pages of Sitebuilder sites and users.
How do I remove the submenu and disable integration with Sitebuilder?

Resolution:
By default Parallels Plesk Panel uses local Parallels Plesk Sitebuilder. The integration parameters are stored in table psa.SBConfig of Plesk database.
You should clean up the table to disable the integration and remove submenu Sitebuilder from Parallels Plesk Panel:

~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

mysql> delete from SBConfig;
Query OK, 4 rows affected (0.00 sec)

mysql>

Also you may register external Sitebuilder URL. Refer to this article for details: http://kb.parallels.com/en/5987.

Was this answer helpful?

Also Read