我正在cpanel上安装一个脚本,其中包括zend我认为,当我安装时我收到此错误..
Fatal error: Incompatible file format: The encoded file has format major ID
7, whereas the Loader expects 5 in
/home/digitalcontent/public_html/Core/Base/Init.php on line 0
PHP版本:5.4.45
到目前为止,有人请帮助我解决问题......
我上传文件以检查phpinfo()并发现安装了这个zend引擎
我应该更新Zend Engine的版本还是有其他问题?
提前致谢
答案 0 :(得分:0)
Zend Guard编码版本应与PHP运行时版本兼容。 解决方案:我 PHP运行时版本升级到5.6,因为这是兼容的Zend guard ID 7。 解决方案:II 使用Zend Guard版本ID 5。 请参阅此处的兼容表 https://zend18.zendesk.com/hc/en-us/articles/217058968