本帖最后由 达雅 于 2015-5-5 22:18 编辑
- PHP Strict Standards: Declaration of table_forum_post::update() should be compatible with discuz_table::update($val, $data, $unbuffered = false, $low_priority = false) in /webroot/source/class/table/table_forum_post.php on line 881
- PHP Strict Standards: Declaration of table_forum_post::delete() should be compatible with discuz_table::delete($val, $unbuffered = false) in /webroot/source/class/table/table_forum_post.php on line 881
- PHP Strict Standards: Declaration of table_forum_post::insert() should be compatible with discuz_table::insert($data, $return_insert_id = false, $replace = false, $silent = false) in /webroot/source/class/table/table_forum_post.php on line 881
- PHP Strict Standards: Declaration of table_forum_post::fetch() should be compatible with discuz_table::fetch($id, $force_from_db = false) in /webroot/source/class/table/table_forum_post.php on line 881
- PHP Strict Standards: Declaration of table_forum_post::fetch_all() should be compatible with discuz_table::fetch_all($ids, $force_from_db = false) in /webroot/source/class/table/table_forum_post.php on line 881
- PHP Strict Standards: Declaration of table_forum_post::update_cache() should be compatible with discuz_table::update_cache($id, $data, $cache_ttl = NULL, $pre_cache_key = NULL) in /webroot/source/class/table/table_forum_post.php on line 881
复制代码 最近运行时看到的错误内容,查看了下相关的一些资料,大概是PHP5.4版本兼容问题,可能哪里细节没处理好,不够完善,现在不知道如何修改解决问题
|