Hello, I just migrated from a reseller plan to a dedicated server. After migrating, some of the websites were coming back with 500 internal error pages. The only time you would get the 500 error page is when you would go to /http://www.cpanel.net (only the www. part) but if you went to /http://cpanel.net it would load fine. The following errors are in the error log...
In php.ini I have
When I run "php -v" I get back the following:Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so: /usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so: cannot open shared object file: No such file or directory
malformed header from script. Bad header=<br />: index.php
Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: wrong ELF class: ELFCLASS32
Failed loading /usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so: /usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so: cannot open shared object file: No such file or directory
malformed header from script. Bad header=<br />: index.php
If I go to /usr/local/IonCube then I see that I have version 5.4 and not 5.3. Also if I go to /usr/local/Zend/lib I have Guard-6.0.0 and not 5.5.0PHP 5.4.23 (cli) (built: Jan 1 2014 13:35:04)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with eAccelerator v0.9.6.1-ea, Copyright (c) 2004-2012 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
In php.ini I have
So how would I update these settings?zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.4.so"