Uknown item [object Object] in backup settings information

mbsmt

Verified User
Joined
Jul 24, 2013
Messages
175
Location
Mashhad, Iran
I edited some of scheduled backups and an unknown item appeared in their information as shown in the image below:
Capture.JPG
I think there is a bug here...
 
May you let us know the output of /CMD_ADMIN_BACKUP?json=yes ? (PM is okay for this)
 
I think we've caught the issue. Please try the latest version:
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

Broken backup would need to be modified, and users re-selected.

Thank you for the report! :)
 
I think we've caught the issue. Please try the latest version:
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

Broken backup would need to be modified, and users re-selected.

Thank you for the report! :)

Thank you for your consideration. It solved by running the above codes and re-select users and settings.
 
Back
Top