phpinfo() states Ioncube is loaded, however when we try to run scripts related to Ioncube, it states:
Site error: the file /home/xx/public_html/converge/install/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
It's loaded in php.ini;
# cat /usr/lib/php.ini | grep ioncube_loader_lin_5.2.so
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
If I switch back to apache, it works.... So I'm running out of options.
Any ideas?
Site error: the file /home/xx/public_html/converge/install/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
It's loaded in php.ini;
# cat /usr/lib/php.ini | grep ioncube_loader_lin_5.2.so
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
If I switch back to apache, it works.... So I'm running out of options.
Any ideas?