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

WBOY
Release: 2016-06-13 10:11:09
Original
789 people have browsed it

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




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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!