這幾天出現的怪問題,有時頁面會無法讀取,出現下面這個訊息:
Fatal error: Cannot redeclare bb2_db_date() in /home/***/wp-content/plugins/Bad-Behavior/
bad-behavior-wordpress.php on line 50
***是代表我安裝wp的路徑
bad-behavior-wordpress.php的50行如下所示:
// Return current time in the format preferred by your database.
function bb2_db_date() {
return get_gmt_from_date(current_time(‘mysql’));
}
看不出問題在哪裡,所以目前先暫時停用Bad-Behavior,問題就不再出現,只是停用Bad-Behavior後,恐怕spam就會大舉入侵,有沒有人遇到同樣問題啊?該如何解決呢?
Bad-Behavior的官方網站也看不到有論壇可以發問……