WHMCS 503 with secondary PHP installed

V4mpireuk

Verified User
Joined
Mar 29, 2010
Messages
33
Hi,

I've come to find that I am unable to run a second PHP version with WHMCS, I have PHP 5.4 with php-fpm as I was having trouble getting ioncube to install correctly with 7.x, however now when I enable PHP 7.x and install it, WHMCS will only result in 503 regardless of page I try to access, how would I get around this to allow for running of both versions of PHP?.

Also not sure if it's related, but running the update for phpMyAdmin says it's complete, but leaves it on the list as waiting to update, other packages install fine, I just seem to get conflicting issues with PHP related packages.

Regards,

V4mpire
 
What operating system? I am running two versions of php with WHMCS, no problem on CentOS 7.

What do the error logs show?

Are you running php 7 with php-fpm?
 
What operating system? I am running two versions of php with WHMCS, no problem on CentOS 7.

What do the error logs show?

Are you running php 7 with php-fpm?

it's CentOS 7, this is what's confusing, there was no problem before I resinstalled the system, now I got multiple problems, also yes it's php 7 with php-fpm.

what I found in the log was the following:

[Fri Jul 03 16:12:43.119200 2020] [proxy_fcgi:error] [pid 10773:tid 140619181483776] [client x.x.x.x:52128] AH01067: Failed to read FastCGI header
[Fri Jul 03 16:12:43.119358 2020] [proxy_fcgi:error] [pid 10773:tid 140619181483776] (104)Connection reset by peer: [client x.x.x.x:52128] AH01075: Error dispatching request to :
[Fri Jul 03 16:14:53.805891 2020] [proxy:error] [pid 10774:tid 140618934028032] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /usr/local/php74/sockets/admin.sock (*) failed
[Fri Jul 03 16:14:53.806036 2020] [proxy_fcgi:error] [pid 10774:tid 140618934028032] [client 82.68.68.85:52240] AH01079: failed to make connection to backend: httpd-UDS
 
Last edited:
503 errors will be in the web server log somewhere.
 
503 errors will be in the web server log somewhere.
You'd usually assume so, but there wasn't anything in there, this is the problem i'm having more problems than should be happening with a clean install and restore, that previous metioned bit of log is from the vhost log with the website running WHMCS, other than that, there's nothing to help
 
Back
Top