PHP builds and CustomBuild 2.0 "Network Error"

CanadaGuy

Verified User
Joined
Nov 14, 2019
Messages
158
Whelp, I think I just broke my CustomBuild 2.0 install. With the default install option of CB, I changed php1 from 7.2 to 7.3, php2 from no to 7.2 and php3 from no to 7.4. Now I just get this (picture attached).

1576270150907.png


Oops, I didn't see the CustomBuild specific forum, a mod could move this there.
 
A "build all" doesn't even work work...any logs you want me to collect before taking an account backup and nuking the server?
 
I think it's PHP execution failing. Any errors in "php -v"?
 
I think it's PHP execution failing. Any errors in "php -v"?
I think you're on the right track. I wonder if my effective "shuffling" of PHP 7.2 is what caused the issue. I can't find any working PHP binaries. Does CB use PHP or is it only shell scripts?

Code:
[root@server bin]# whereis php
php: /usr/bin/php /usr/local/bin/php
 
It seems that the steps I took destroyed the last PHP, and that is also needed for some backup scripts to run (RoundCube).

My initial "build php" attempt wasn't with the right script. I found the right one, built PHP, and now CB is running properly again.
 
Last edited:
Back
Top