Symptoms
There is Sitebuilder submenu in Plesk Control Panel that leads to sites and users managements pages.Resolution
There are no option in Plesk Control Panel to disable integration with Plesk Sitebuilder. However using the command below you may disable Sitebuilder registration and remove Sitebuilder submenu from Plesk Control Panel.~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
mysql> delete from SBConfig where param_name='url';
Query OK, 4 rows affected (0.00 sec)
mysql>In order to change Sitebuilder URL use Plesk utility /usr/local/psa/bin/sitebuilder:
~# /usr/local/psa/bin/sitebuilder --set http://somehost/ServiceFacade/Next time you need to register Plesk Sitebuilder in Plesk Contorl Panel ane, you may do that at.
Plesk Control Panel -> Server -> Sitebuilder Support
Keywords: integration; registration; submenu; remove