Weird Error after Upgrading from PHP 5.5 mod_php to 5.6 FPM

ORiN

Verified User
Joined
Nov 27, 2010
Messages
55
Location
Singapore
I upgraded from PHP 5.5 on mod_php to PHP 5.6 on FPM. Things seem to have gone well but one of the accounts on the server is still reflecting PHP 5.5.38 somehow. When I did a 'php -v' on SSH, the info appears to be correct. How can I fix this?

[root@server /]# php -v
PHP 5.6.33 (cli) (built: Feb 23 2018 00:40:07)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.1.1, Copyright (c) 2002-2017, by ionCube Ltd.
with Zend Guard Loader v3.3, Copyright (c) 1998-2014, by Zend Technologies
 
Hello,

Are you sure the site on that domain is opened from your server? Check nslookup/dig/whois output for the domain.
 
Somehow things became okay and the phpinfo() is showing that correctly now. While the web pages are loading fine, the images are not loading.
 
Back
Top