requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operator
Hi guys, i get this error messages using some scripts
[QUOTE]Site error: the file /home/username/public_html/filename.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
- i am using php 5.2.x - in whm > PHP Configuration Editor > Advanced > zend_extension, already insert this : /usr/local/IonCube/ioncube_loader_lin_5.2.so - in whm > Tweak settings > cPanel PHP loader i try checklisted ioncube only, its still same i try checklisted ioncube & zend, its still same i try checklisted ioncube, zend & sourceguardian, its still same what could still be wrong, please help
- i am using php 5.2.x - in whm > PHP Configuration Editor > Advanced > zend_extension, already insert this : /usr/local/IonCube/ioncube_loader_lin_5.2.so - in whm > Tweak settings > cPanel PHP loader i try checklisted ioncube only, its still same i try checklisted ioncube & zend, its still same i try checklisted ioncube, zend & sourceguardian, its still same what could still be wrong, please help
-
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato Hello, You can install IonCubeLoader on your server through following command /scripts/phpextensionmgr install IonCubeLoader0 -
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato ioncube already installed using easyapache before, only looks like the settings still not correct i already tried create local php.ini with this content [QUOTE]zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so";
and put it inside public_html its working for a site, but it is better if i can make it working for the entire server which settings that could still wrong0 -
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato Hello, Have you added IonCubeLoader extension in /usr/local/lib/php.ini file ? And what is the output of following command ? php -v0 -
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato [quote="24x7server, post: 1496002">Hello, Have you added IonCubeLoader extension in /usr/local/lib/php.ini file ? yes, here are the lines [QUOTE]; Directory in which the loadable extensions (modules) reside. extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613" zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
[quote="24x7server, post: 1496002"> And what is the output of following command ?php -v
here it isroot@server1 [~]# php -v PHP 5.2.17 (cli) (built: Jul 3 2013 08:12:40) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.0 -
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato [quote="basketmen, post: 1496041">here it is root@server1 [~]# php -v PHP 5.2.17 (cli) (built: Jul 3 2013 08:12:40) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
Well, That means it's already loaded. Please check for any custom php.ini files within /home/USER or /home/USER/public_html Try to create a simple phpinfo() page and see if ioncube is listed there or not. If you are still having this issue then please run: which php & whereis php Just to make sure that you don't have multiple php versions installed which could be causing this.0 -
Re: requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the website operato Hello :) Yes, it sounds like you have local php.ini files within the accounts. This will prevent successful use of the Ioncube PHP loader if there are no entries for it in these custom php.ini files. Thank you. 0
Please sign in to leave a comment.
Comments
6 comments