已解决 安装到保存配置文件后,空白

php版本是5.4.3,选用源代码安装,保存完配置文件,就空白了。把index.php里边的error_reporting(0)注释掉后,显示出了一组错误如下:

Strict Standards: Declaration of companyModel::delete() should be compatible with model::delete($table, $id) in E:\zentaopms\module\company\model.php on line 125

 

Strict Standards: Non-static mothod sql:select() should not be called statically, assuming $this from incompatible context in  E:\zentaopms\lib\dao\dao.class on line 705


Strict Standards: Non-static mothod sql:factory() should not be called statically, assuming $this from incompatible context in  E:\zentaopms\lib\dao\dao.class on line 1139


下面还有几个错误,与上面几个基本相同。请问这是什么原因呢?

禅道版本 4.1 源码包
操作系统 Windows Server 2008
客户端浏览器 IE8

提问者: 张鹏 悬赏:10 日期: 2013-07-22 15:27:11 答案:1 点击:2224

获取技术支持

QQ: 电话:
设置备注
答案列表
2013/07/23
这些错误是php的严格语法检查,不过不会影响程序进行。你下面应该还有错误没有贴上来。