Page 1 of 1
iOnCUbe error how to fix
Posted: Fri Oct 28, 2016 11:05 pm
by evollution
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.5.so: /usr/local/ioncube/ioncube_loader_lin_5.5.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib/php5/ioncube_loader_lin_5.6.so: /usr/lib/php5/ioncube_loader_lin_5.6.so: undefined symbol: pow_function
PHP 5.5.9-1ubuntu4.20 (cli) (built: Oct 3 2016 13:00:37)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
how can i fix this :(
Re: iOnCUbe error how to fix
Posted: Sat Oct 29, 2016 7:24 am
by mehargags
You are on PHP 5.5.x then why loading ioncube_loader_lin_5.6.so ?
copy the ioncube module appropriate for your PHP version
Re: iOnCUbe error how to fix
Posted: Wed Nov 09, 2016 5:30 pm
by jhoedram
The error is possibly because you are loading an incorrect version of ioncube.
The version of Ioncube depends on the version of php that you have installed or of apache, I do not remember well. Once you download it you should save it in a folder (in my case /usr/local/ioncube/ioncube_loader_lin_5.4.so ) and then in the file php.ini (etc / php.ini) you should place the next line, preferably by the end.
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.4.so