Error on the default user page

Tod

Verified User
Joined
Jun 12, 2011
Messages
10
Hi, got this error after switching to evolution skin:

Code:
TypeError: Cannot read property 'usage' of undefined
    at https://s1.domain.com:2222/assets/73.js:1:35093
    at https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:19879
    at En (https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:13473)
    at https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:19844
    at Object.t.exports [as mapValues] (https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:19855)
    at https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:926895
    at https://s1.domain.com:2222/assets/app.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:159:1003350
    at a.usage (https://s1.domain.com:2222/assets/73.js:1:35491)
    at Le.get (https://s1.domain.com:2222/assets/vendors.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:14:15865)
    at Le.evaluate (https://s1.domain.com:2222/assets/vendors.js?ver=eb694fcd199d006dd54a8c7aa6698905fdf7ce09:14:17015)


Thanks in advance!
T.
 
Last edited:
I think you're running the version which is bundled with 1.54.1. This bug was fixed about a week ago. Please execute the following commands, that should solve it for you:
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!
 
Back
Top