Solved CustomBuild Install Problem

Just to add to this, we've been able to update by command prompt but everytime we try in DA UI it errors.
 
Hi All,

I am trying to install custombuild and I've been getting this error



Anyone had this before?

Thanks!
Maybe your folder has permission to prevent new data from being written. You can use the following command to re-decentralize this directory:

Code:
chmod 755 /usr/local/directadmin/plugins/custombuild
 
Maybe your folder has permission to prevent new data from being written. You can use the following command to re-decentralize this directory:
That's coming back as 755 - I just find it odd that I can install and update custombuild by command prompt but not by the UI in DA. Also I didn't notice at first, even though CustomBuild is installed it's not showing on the admin home screen in DA
 
That's coming back as 755 - I just find it odd that I can install and update custombuild by command prompt but not by the UI in DA. Also I didn't notice at first, even though CustomBuild is installed it's not showing on the admin home screen in DA
I think you should do a full decentralization of DirectAdmin's files:

Code:
cd /usr/local/directadmin/scripts
./set_permissions.sh all
These commands are located in this article:
 
Back
Top