Missing 'n' after adding user

zenowebdev

Verified User
Joined
Sep 26, 2018
Messages
12
Hi Guys,

After creating a new user with the new skin the 'n'-s are missing in the confirmation box:
In this image, the domain extension should be .nl and reata should be renata:
dmnmissing.PNG


Does somebody else also have this bug?
 
Thank you for the report! It was a bug. We've fixed it in latest version of the skin. Please run the following commands to update it:
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
 
Solved

Thank you for the report! It was a bug. We've fixed it in latest version of the skin. Please run the following commands to update it:
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

Thank you, works like a charm! Because i already had the skin folder, i just had to do the following:

Code:
cd /usr/local/directadmin/data/skins/evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
 
Solved

Thank you for the report! It was a bug. We've fixed it in latest version of the skin. Please run the following commands to update it:
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

Thanks! Because i already had the evolution skin folder, i just had to do the following:

Code:
cd /usr/local/directadmin/data/skins/evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
 
Back
Top