代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?請問是哪出錯了?
phpbb 2.0.19
os linux
style icg
快速程式 無
版主: 版主管理群
代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?倉木麻衣兄~倉木麻衣~ 寫:http://www.phpbb-tw.net/phpbb/viewtopic ... 049#192049
先裝上再看看它回報了什麼訊息\r
或是進phpMyAdmin裡將phpbb_config資料表的board_disable改成0
然後再看看首頁回報了什麼錯誤
代碼: 選擇全部
Critical Error!
message_die() was called multiple times.
--------------------------------------------------------------------------------
Error #1
Information
Board_disable
--------------------------------------------------------------------------------
Error #2
Could not query database for theme info
--------------------------------------------------------------------------------
Please, contact the webmaster. Thank youboard_disable已經是0~倉木麻衣~ 寫:第一個錯誤訊息是因為你後台關閉論壇所引起的
解決方法:
到phpbb_config資料表將board_disable設成0
第二個錯誤訊息應該是你有動過預設的風格設定
比方原本是1, 後來改成2
但是在phpbb_theme資料表裡找不到themes_id為2的記錄
解決方式:
先到phpbb_config資料表裡確認一下default_style的值是多少
再到phpbb_theme資料表裡確認是否有themes_id等於該設定值的記錄
如果沒有, 則請將你的default_style設成phpbb_theme裡有的其中一個theme_id
代碼: 選擇全部
Error #2
Could not query database for theme info 代碼: 選擇全部
message_die(CRITICAL_ERROR, 'Could not query database for theme info');代碼: 選擇全部
message_die(CRITICAL_ERROR, 'Could not query database for theme info', '', __LINE__, __FILE__, $sql);上面這個代碼是安裝您提供的外掛出現的,並未登出\r~倉木麻衣~ 寫:關閉討論區之後, 是在您尚未登出論壇前會出現這個錯誤或是以訪客身份拜訪論壇時會出現?代碼: 選擇全部
Error #2 Could not query database for theme info
代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?代碼: 選擇全部
Could not query database for theme info 代碼: 選擇全部
message_die(CRITICAL_ERROR, 'Could not query database for theme info');代碼: 選擇全部
message_die(CRITICAL_ERROR, 'Could not query database for theme info', '', __LINE__, __FILE__, $sql);代碼: 選擇全部
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?