We recently upgraded PHP on our cPanel servers from 5.2.17 to 5.3.10
2 sites using a Joobi extension broken. This is what we see when we visit the main page:
======================
Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in /home/whiskers/public_html/joobi/entry.php on line 0
======================
This is what I received from our server admins...
======================
It seems the website is encoded that is compatible with an older version of Zend. In PHP 5.3, Zend Optimizer has been changed to Zend Guard Loader. A possible workaround is to use an older version of Zend, or use IonCube instead. Please check this with the developer and confirm this.
======================
We're currently moving the site to a server that is still using 5.2.17 but how do we get yoru extensions to work with PHP 5.3 and Zend Guard?