Plugin Installation / Saving Errors / New install of DA

kevinfl1959

Verified User
Joined
Aug 12, 2019
Messages
12
I have installed 2 different plugins in both Centos 7 and Centos 8 on the newest installation script of DirectAdmin and both have the same issue with both installations.

When saving any data within the plugin the DA Screen turns gray and states "cmd_plugins_admin's server IP address could not be found. " as seen in the attached screen shot.

cmd_plug.jpg
 
Hm.. I was unable to reproduce it, but may you check if latest version of the skin solves 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!
 
Back
Top