Fatal error: Incompatible file format: The encoded file has

Post Reply
a24uall
Site Admin
Posts: 166
Joined: Sun Jul 01, 2012 9:07 am

Fatal error: Incompatible file format: The encoded file has

Post 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';
Arun
WebhostingDevelopment.com
Post Reply

Return to “Cubecart”