rename a domain bug

shivahost

Verified User
Joined
Mar 7, 2013
Messages
214
Select box in Rename a domain popup not working! and I cant select domain to change!
 
I was unable to reproduce the issue. Are you sure you have more than 1 domain, and are running the latest version of DirectAdmin? Thank you.
 
I was unable to reproduce the issue. Are you sure you have more than 1 domain, and are running the latest version of DirectAdmin? Thank you.

account has only have 1 domain and select box only shows "select" ! on other account with more than 1 domain select box opens and I can select any of domains but I can not rename a domain when there is only one domain added to account!
 
You may try updating the skin manually:
Code:
cd /usr/local/directadmin/data/skins
mkdir 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