IonCube needs to be installed on this server. Please follow the instructions in the Extendware Core installation.html file under the heading Checking for dependencies and the ioncube.html file that was included in the Extendware Core package. IonCube is free, easy to install, and usually your hosting provider will install it on your behalf if you do not have the expertise to install it. If you need installation help we also offer installation services.
Until IonCube is installed you can restore your site following the following instructions:
Note: If the site is not restored after following these steps you will need to flush your Magento cache and ensure system compilation is disabled.
IonCube needs to be installed on the command line. Even if it is installed on the Web server it is not installed on the PHP used to execute this script. To resolve this issue you should contact your host to install IonCube for this PHP instance. Other Possible Workarounds: 1) Call this php script using "php -c [path to custom ini file] -f [path to script]" where [path to custom ini file] is the ini file used by your web server where IonCube is installed. If the PHP versions are the same, then this will work. 2) Call this script via the web server using the following command "wget [url to script] > /dev/null 2>&1". For example: wget http://www.yourdomain.com/cron.php > /dev/null 2>&1