Page 1 of 1

Professional Site builder integration broken on R17

Posted: Thu Jan 12, 2017 10:17 am
by drsdre
After upgrading VestaCP to R17 from 16, the Site Builder button in the web panel has disappeared. It looks like all the Site Builder functionality is gone. I tried reinstalling with the instructions from Site.pro but to no effect.

Has this functionality been tested on R17?

Re: Professional Site builder integration broken on R17

Posted: Thu Jan 12, 2017 10:31 am
by drsdre
One step further. Reinstallation finished and button has reappeared (did not run installation script as root before).

But clicking the Sitebuilder is now resulting in the following error messages and now continuation on the url https://<server>:8083/siteprobuilder/?domain=<domain>:

Notice: Undefined index: HTTP_CLIENT_IP in /usr/local/vesta/web/inc/main.php on line 14

Notice: Undefined index: HTTP_X_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14

Notice: Undefined index: HTTP_X_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14

Notice: Undefined index: HTTP_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14

Notice: Undefined index: HTTP_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14
Error: server error

Re: Professional Site builder integration broken on R17

Posted: Tue Feb 28, 2017 1:38 pm
by skurudo
We think this file /etc/sudoers.d/admin don't have code:

Code: Select all

# Created by vesta installer
Defaults env_keep="VESTA"
Defaults:admin !syslog
Defaults:admin !requiretty
Defaults:root !requiretty
If you paste this, all will work (as we hope)