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 for cubecart

ARUN Post in ERROR
0

Got the above error in cubecart website

This mainly happens when you upgrade php to 5.3.X

Solution :

http://admin.webhostingdevelopment.com/viewtopic.php?f=81&t=69

1 ) Upgrade cube cart

2)

vi  includes/global.inc.php

change the line below

glob['encoder'] = ‘zend’;

to

glob['encoder'] = ‘ioncube’;

 

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.