- 积分
- 198
- 威望
-
- 金钱
-
- 注册时间
- 2012-3-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2017-7-10 09:27:35
|
显示全部楼层
request_slowlog_timeout = 100
slowlog = var/log/slow.log
慢日志已经开启的,vi /usr/local/php/var/log/slow.log结果为空白。
vi /path/php_error.log,得几个站的错误记录如下:
[10-Jul-2017 08:58:50 Etc/GMT-8] PHP Warning: Declaration of table_forum_post::delete($tableid, $pid, $unbuffered = false) should be compatible with discuz_table::delete($val, $unbuffered = false) in /wwwroot/www/source/class/table/table_forum_post.php on line 0
[10-Jul-2017 08:58:50 Etc/GMT-8] PHP Warning: Declaration of table_forum_post::insert($tableid, $data, $return_insert_id = false, $replace = false, $silent = false) should be compatible with discuz_table::insert($data, $return_insert_id = false, $replace = false, $silent = false) in /wwwroot/www/source/class/table/table_forum_post.php on line 0
[10-Jul-2017 08:58:50 Etc/GMT-8] PHP Warning: Declaration of table_forum_post::fetch($tableid, $pid, $outmsg = true) should be compatible with discuz_table::fetch($id, $force_from_db = false) in /wwwroot/www/source/class/table/table_forum_post.php on line 0
[10-Jul-2017 08:58:50 Etc/GMT-8] PHP Warning: Declaration of table_forum_post::fetch_all($tableid, $pids, $outmsg = true) should be compatible with discuz_table::fetch_all($ids, $force_from_db = false) in /wwwroot/www/source/class/table/table_forum_post.php on line 0
[10-Jul-2017 08:58:50 Etc/GMT-8] PHP Warning: Declaration of table_forum_post::update_cache($tableid, $id, $idtype, $data, $condition = Array, $glue = 'merge') should be compatible with discuz_table::update_cache($id, $data, $cache_ttl = NULL, $pre_cache_key = NULL) in /wwwroot/www/source/class/table/table_forum_post.php on line 0
================
[09-Jul-2017 08:38:46 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 8456694889142657024 bytes) in /wwwroot/blog/wp-content/themes/twentyseventeen/index.php on line 19
[09-Jul-2017 22:22:08 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 18446744069414584360 bytes) in /wwwroot/blog/wp-includes/general-template.php on line 39
[10-Jul-2017 01:05:53 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140268540026880 bytes) in /wwwroot/blog/wp-content/plugins/xml-sitemap-feed/includes/feed-sitemap-taxonomy.php on line 35
====================
[09-Jul-2017 05:01:08 PRC] PHP Fatal error: Cannot declare trait , because the name is already in use in /wwwroot/wiki/includes/specials/SpecialListfiles.php on line 24
[09-Jul-2017 06:29:49 PRC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'UploadLogFormatter' not found or invalid function name in /wwwroot/wiki/includes/logging/LogPage.php on line 263
[09-Jul-2017 06:29:49 PRC] PHP Fatal error: Cannot declare class UploadLogFormatter, because the name is already in use in /wwwroot/wiki/includes/logging/UploadLogFormatter.php on line 30
[09-Jul-2017 06:57:43 PRC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 576743326791761960 bytes) in /wwwroot/wiki/includes/libs/stats/BufferingStatsdDataFactory.php on line 65
[10-Jul-2017 03:10:52 PRC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 140268535251736 bytes) in /wwwroot/wiki/vendor/oyejorge/less.php/lib/Less/Tree/Element.php on line 72
有的站点内页502,首頁没事,php_error.log也没有报错 |
|