[問題] 偶爾出現的錯誤???
發表於 : 2005-04-20 08:26
為什麼我有時候在瀏覽我的PHPbb時,有時就出現一個畫面,內容如下:
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1226 User 'lzong' has exceeded the 'max_questions' resource (current value: 600)
SELECT * FROM phpbb_config
Line : 219
File : common.php
他有說common.php的第219行有問題,我看了一下,就是下面這個:
真的不知道該怎麼辦耶......請各位大大幫忙.....
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1226 User 'lzong' has exceeded the 'max_questions' resource (current value: 600)
SELECT * FROM phpbb_config
Line : 219
File : common.php
他有說common.php的第219行有問題,我看了一下,就是下面這個:
代碼: 選擇全部
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);