安哥网络 发表于 2015-4-13 13:21:48

Fatal error: Incompatible file format

Fatal error: Incompatible file format
之前在某虚拟主机(用的是CPanel)上上传了一个PHP程序,结果运行时报错了,求解。
Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in /home/【网站文件夹】/public_html/admin/index.php on line 0

                                                                                                                                          致命错误:不兼容的文件格式
可能的原因:
1、文件本身加密的问题,很有可能你用的Zend进行加密了,但是因为版本的问题,很有可能是你的主机上的Zend Optimizer版本太低了。
2、文件编码的问题(可能性较小),比如你使用了非ANSI或者UTF-8的文件编码方式。
3、上传的模式问题(当然,你这里使用的是内置程序,应该不是这个问题),上传的话使用binary模式可能会好些。
Good Luck~
                                    
                              

Fatal error: Incompatible file format
摘自:http://www.dewen.io/q/9295
页: [1]
查看完整版本: Fatal error: Incompatible file format