That skin cannot be customized. It's skin.conf requires config_json=1

TheMask

Verified User
Joined
Jan 20, 2011
Messages
142
when im in admin level i can customize evolution skin.
but when customer reseller want to customize evolution skin it gives this error.
That skin cannot be customized. It's skin.conf requires config_json=1

i use last update.
 
skin.conf
to enable this feature, the skin's skin.conf must have:
config_json=1

done...

but still same i get same error
 
and i cant edit colors. when i click to change colors, dropbox dont open. (reseller and admin levels)
 
Please make sure RESELLER_CAN_CUSTOMIZE_CONFIG_JSON:1 is seen in /CMD_JSON_LANG?json=yes&request=global request. I'd suggest creating a support ticket on this, access details would help :) Thank you!
 
And I forgot to reply about the colors, the following should fix that:
Code:
cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz [URL]https://demo.directadmin.com/download/evolution.tar.gz[/URL]
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top