PHP sites are not working

Ernest Musial

New member
Joined
Jun 21, 2011
Messages
3
Hello,

I have a problem with my server, I have custombuild and when I am checking the configuration with command:

./build versions

I get this:

Code:
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
Latest version of PHP (CLI): 5.3.16
Installed version of PHP (CLI): 5.3.10

Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
PHP5 (CLI) 5.3.10 to 5.3.16 update is available.

what should I do? My PHP is also not running, for example this one site is build in HTML and it is working http://groene-enegienu.be - and this one is build which PHP and is not woking: http://financien.pro

I see in my DirectAdmin when I log in and click on "System information" that the only one thing without status "running" is PHP - it have status "installed".

What should I do?

Thank you very much!
 
I have updated all custombuild files and now I get this:

Code:
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
Installed version of PHP (CLI):

PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
PHP Warning:  Module 'ionCube Loader' already loaded in Unknown on line 0
The ionCube PHP Loader is disabled because of startup problems.
 
I don't know what the problem is, however I can make a wild guess: Maybe you are running and old version of ioncube loaders, and maybe that is the problem? You can try to go to:

/usr/local/directadmin/custombuild/

Then delete this file: ioncube_loaders_lin_x86-64.tar.gz
Also delete any iconcube folder at same path

Then do:
Code:
./build update
./build ioncube
service httpd restart

It dosen't hurt to try. But this is only a guess, so I don't know if it will help ...
 
Back
Top