Home  >  Article  >  Backend Development  >  QeePHP配置时出现异常了,有图

QeePHP配置时出现异常了,有图

WBOY
WBOYOriginal
2016-06-13 10:11:09789browse

QeePHP配置时出现错误了,有图




------解决方案--------------------
贴出出错文件的 155 行附近的代码,并指出155行的位置
------解决方案--------------------
对于 php5.3.x namespace 是保留字,不能作为函数名
你可以降低改用 php5.2.x 就没有问题了
你可以搜索一下是否有适合 php5.3 的 QeePHP 版本,永久性的解决问题
你还可以遍历所有文件,把 namespace( 替换成 name_space(,不过还可能有不兼容的地方

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn