CustomBuild 2.0 composer not working

martijn inline

New member
Joined
Mar 2, 2020
Messages
2
CustomBuild 2.0 keeps showing me a blank Current version and update does not solve this.

Code:
/usr/local/bin/composer -V 2>/dev/null
Doesn't show anything. None of the Composer commands give output back.

I also tried running the following lines of code, but this doesn't change anything
Code:
cd /usr/local/directadmin/custombuild
./build update
./build composer

CustomBuild 2.0.0 (rev: 2426)
 
CustomBuild 2.0 keeps showing me a blank Current version and update does not solve this.

Code:
/usr/local/bin/composer -V 2>/dev/null
Doesn't show anything. None of the Composer commands give output back.

I also tried running the following lines of code, but this doesn't change anything
Code:
cd /usr/local/directadmin/custombuild
./build update
./build composer

CustomBuild 2.0.0 (rev: 2426)
What’s the version of PHP on the system?
 
The specific domain is running php 7.2.28 (Second PHP)
First PHP version is 5.5 (Can't update because of another outdated domain)
 
Back
Top