skin not loading

microz

Verified User
Joined
Jun 10, 2009
Messages
124
Location
Santiago, Chile
Hi,

I install evolution with:

cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz http://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

But for some reason, after of install the skin it is eternally loading. It's possible return to default skin without access to reseller-> skin section?

UPDATE 1 Browser console
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
at keys (<anonymous>)
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at v (app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1)
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at Object.e.exports [as forOwn] (app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1)
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1
at e.value (app.js?ver=7254ce8c3a614f9182c95da678695a2c27e61af0:1)

UPDATE 2 Browser MSG

Oops... something went wrong!
Problems loading the skin appeared for 3rd time in a row. Please contact tech support for troubleshooting.


Rgds,
Eduardo
 
Last edited:
Please let us know the output of:
Code:
/usr/local/directadmin/directadmin o
 
You need the latest pre-release directadmin installed

You can use

- updateda.sh
- update_evolution.sh

scripts from here https://github.com/poralix/directadmin-utils/tree/master/core

to update DA and Evolution Skin either both at the same time:

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/update_evolution.sh
chmod 755 update_evolution.sh
./update_evolution.sh


or only Directadmin:

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh
chmod 755 updateda.sh
./updateda.sh beta
 
You need the latest pre-release directadmin installed

You can use

- updateda.sh
- update_evolution.sh

scripts from here https://github.com/poralix/directadmin-utils/tree/master/core

to update DA and Evolution Skin either both at the same time:

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/update_evolution.sh
chmod 755 update_evolution.sh
./update_evolution.sh


or only Directadmin:

Code:
cd /root/
wget https://raw.githubusercontent.com/poralix/directadmin-utils/master/core/updateda.sh
chmod 755 updateda.sh
./updateda.sh beta

thanks, updating the DA and Evolution Skin both at the same time worked.
 
Didnt work with Almalinux 8.6 / 8.7

Connecting to www.directadmin.com (www.directadmin.com)|167.172.23.237|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
ERROR 404: Not Found.
 
Didnt work with Almalinux 8.6 / 8.7

The scripts from my post in the thread can no longer be used for updating Directadmin and Evoution skin. They will produce errors and update nothing.

Directadmin has now inbuilt function to update itself from alpha, beta, current, stable channels.

If you need for any reason to re-download evolution skin, I guess, you should do it with a directadmin update.
 
Back
Top