Page 1 of 1

Fatal error: Incompatible file format: The encoded file has

Posted: Sat Oct 13, 2012 6:32 pm
by a24uall
Getting the below error in my cubecart website after I upgraded php from 5.2.X to 5.3.X

Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loader expects 4 in /home/username/public_html/index_enc_zend.php on line 0

Solution :

1 ) Upgrade cube cart

2) Edit the below file in document root folder.
vi includes/global.inc.php
change the line as mentioned below
glob['encoder'] = 'zend';
to
glob['encoder'] = 'ioncube';