This is the blog of freelance website designer and developer Ben Johnson, with thoughts on design, programming, frameworks, jquery and the latest technology.
Viewing entries tagged with 'ioncube'
-
PHP Upgrade: Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS
Cannot load the ionCube PHP Loader - it was built with configuration 2.2.0, whereas running engine is API220090626,NTS This PHP error is being caused because IonCube is trying to load the old version. To update this on Debian: EDIT: /etc/php5/conf.d/aa_ioncube.iniFIND: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.soREPLACE: zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.3.so This error was caused when upgrading from PHP 5.2 to 5.3, I wanted to make sure no configuration files was overwritten. So when upgrading via apt-get, I made sure to always select the option for the local configuration files.
