Fatal error: Incompatible file format,该如何处理
程序员文章站
2022-05-28 20:20:40
...
Fatal error: Incompatible file format
安装程序的时候出现以下代码
Fatal error: Incompatible file format: The encoded file has format major ID 0, whereas the Optimizer expects 2 in /home/ftp/1520/virbbq_om-20121110-dkr/virbbq.com/show.php on line 0
不知道是不是因为ZEND 的版本的问题?希望大家能给个解决的方法.
目前的环境是
PHP: 5.2.17
Zend Optimizer v3.3.3
MYSQL: 5.1.63
不知道这段代码到底是什么原因,字面理解就不用说了.文件用的是ID 0格式的, 但是OPTIMIZER希望是 ID 2格式的.
有说是传输的问题,我已经全部用二进制上传了,并且给了相应的权限.
各位高手给个头绪吧.
------解决方案--------------------
It happens because ScriptCase 6 was cryptographed on the new Zend Guard version to PHP 5.3 environments, therefore older Zend Optimizer/Loader versions cannot load ScriptCase PHP code. In order to make sure that the error will not occur, install ScriptCase 6 on a PHP 5.3 environment.
安装程序的时候出现以下代码
Fatal error: Incompatible file format: The encoded file has format major ID 0, whereas the Optimizer expects 2 in /home/ftp/1520/virbbq_om-20121110-dkr/virbbq.com/show.php on line 0
不知道是不是因为ZEND 的版本的问题?希望大家能给个解决的方法.
目前的环境是
PHP: 5.2.17
Zend Optimizer v3.3.3
MYSQL: 5.1.63
不知道这段代码到底是什么原因,字面理解就不用说了.文件用的是ID 0格式的, 但是OPTIMIZER希望是 ID 2格式的.
有说是传输的问题,我已经全部用二进制上传了,并且给了相应的权限.
各位高手给个头绪吧.
------解决方案--------------------
It happens because ScriptCase 6 was cryptographed on the new Zend Guard version to PHP 5.3 environments, therefore older Zend Optimizer/Loader versions cannot load ScriptCase PHP code. In order to make sure that the error will not occur, install ScriptCase 6 on a PHP 5.3 environment.
相关文章
相关视频
推荐阅读
-
php连接mysql出错:Fatal error: Call to undefined function mysql_connect(),该如何处理
-
php连接mysql出错:Fatal error: Call to undefined function mysql_connect(),该如何处理
-
Fatal error: Incompatible file format
-
Fatal error: Call to a member function fetch_array() on a non-object in 62 line,该如何处理
-
Fatal error: Incompatible file format,该如何处理
-
php连接mysql出错:Fatal error: Call to undefined function mysql_connect(),该如何处理
-
Fatal error: Incompatible file format,该如何处理
-
Fatal error: Incompatible file format,该怎么处理
-
Fatal error: Incompatible file format,该怎么处理