Trying to add a new server on Multi Server Setup page returns an error

Bastille

Verified User
Joined
Mar 25, 2013
Messages
97
"/CMD_MULTI_SERVER: prop ssl is Boolean" gets spat out when you try to add a new server on the Multi Server Setup page.

Error message that shows in the notifications area is as follows:
Error
/CMD_MULTI_SERVER: prop ssl is Boolean
less than a minute
/admin/multi-server
 
It's been fixed, thank you for the report!

Please run the following commands to update the skin:
Code:
cd /usr/local/directadmin/data/skinsmkdir evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top