I have Ioncube installed and working just fine, but the 3.1.1 install script does not want to believe it:
Site error: the file /home/aanetsyn/public_html/billing/install/install.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
But Ioncube is working just fine:
# php ioncube-encoded-file.php
This file has been successfully decoded. ionCube Loaders are correctly installed
An ionCube Loader is already installed and run-time loading is unnecessary.
Encoded files should load without problems.
Zend is installed and using this config in php.ini:
Also, I really hope you understand the security risks of using "Register Globals = On". This is the same VERY POOR security practice that allowed LPanel to be hacked so easily. If you can modify your code to NOT use Register Global, then I would highly recommend it.
Question
bradandersen
Hello,
I have Ioncube installed and working just fine, but the 3.1.1 install script does not want to believe it:
Site error: the file /home/aanetsyn/public_html/billing/install/install.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator.
But Ioncube is working just fine:
# php ioncube-encoded-file.php
This file has been successfully decoded. ionCube Loaders are correctly installed
An ionCube Loader is already installed and run-time loading is unnecessary.
Encoded files should load without problems.
Zend is installed and using this config in php.ini:
[Zend]
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2_6_2
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2_6_2
zend_optimizer.version=2.6.2
zend_extension=/usr/local/ioncube/ioncube_loader_lin_4.4.so
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
Also, I really hope you understand the security risks of using "Register Globals = On". This is the same VERY POOR security practice that allowed LPanel to be hacked so easily. If you can modify your code to NOT use Register Global, then I would highly recommend it.
Thanks,
Brad
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.