那位老兄能否帮着解决一下?
你把你的 /plog/config/logging.properities.php 中的
#
# special logger for the trackback.php script, it sends the data to
# tmp/trackback.log
#
$config["trackback"] = Array(
"layout" => "%d %N - [%f:%l (%c:%F)] %m%n",
"appender" => "null",
"file" => "tmp/trackback.log",
"prio" => "debug"
);
改為
#
# special logger for the trackback.php script, it sends the data to
# tmp/trackback.log
#
$config["trackback"] = Array(
"layout" => "%d %N - [%f:%l (%c:%F)] %m%n",
"appender" => "file",
"file" => "tmp/trackback.log",
"prio" => "debug"
);
然後發一篇文章 ping 你自己。
把 /tmp 下的 sql_error.log 與 trackback.log 貼上來看看。(記得只相關的段落,不要全貼喔)
Mark