Error after installing Ioncube
Written by Jahangir on October 17, 2008 – 3:10 pm -ERROR
====
PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php/modules/ioncube/ioncube_loader_lin_5.1.so’ - /usr/lib/php/modules/ioncube/ioncube_loader_lin_5.1.so
The ionCube Loader is a Zend-Engine extension and not a module
Please specify the Loader using ‘zend_extension’ in php.ini
PHP Fatal error: Unable to start ionCube Loader module in Unknown on line 0
====
CAUSE
====
The ionCube Loader is a Zend-Engine extension and if the ionCube Loader is not specify properly in php.ini using ‘zend_extension’.
====
SOLUTION
====
Only you need to specify the ionCube Loader properly in php.ini using ‘zend_extension’ like,
“zend_extension=/path to your ioncube folder/ioncube_loader_lin_5.1.so”
Tags: ionCube Loader is a Zend-Engine extension and not a module, PHP Fatal error: Unable to start ionCube Loader module, specify the Loader using 'zend_extension' in php.ini, Unable to start ionCube Loader module
Posted in Dedicated Server Hosting |




















March 19th, 2010 at 8:42 am
Thanks for the help!
November 23rd, 2011 at 11:36 am
Hi. I don’t get it. I read everywhere online saying that “you need to specify the ioncube loader properly in php.ini using zend_extension” What does that actually mean? Rename php.ini to your specified zend path for e.g. say to /usr/lib/php/modules/ioncube/ioncube_loader_lin_5.1.so ???? This is so so confusing. I’ve been try to figure this out for 3 days now! Any help would be much appreciated.