1 頁 (共 1 頁)

[問題]登入有問題

發表於 : 2003-09-10 20:07
williamifan
phpBB : Critical Error

Could not open fisubgreen template config file

DEBUG MODE

Line : 326
File : f:\appserv\www\orange_cmupt\includes\functions.php

請問是什麼原因呢!!!各位高手!!!可以救救我嘛!!!!

[問題]Could not open templat config

發表於 : 2003-09-14 23:04
yanyp
me too
question:

phpBB : Critical Error

Could not open template config file

DEBUG MODE

Line : 288
File : ./includes/functions.php

[問題]解答了-看site

發表於 : 2003-09-14 23:26
yanyp
http://www.phpbb.com/kb/article.php?article_id=13
Manual Fix B

This query will also do just what Automated Fix B did. You can set a specific theme ID as the default theme and also set the override style on. Replace ID_NUMBER_HERE with the relevant ID.


Code:

UPDATE phpbb_config SET config_value = 'ID_NUMBER_HERE' WHERE config_name =

'default_style';

UPDATE phpbb_config SET config_value = '1' WHERE config_name = 'override_user_style';

發表於 : 2003-09-14 23:26
jiminkao
@ williamifan
您可能把 fisubgreen 佈景刪除了,而且這個佈景是預設佈景。
1. 把 fisubgreen 佈景放回去\r
2. 或至資料庫修改 phpbb_config 的 Default style 的值,改為 1 應該就可以了。因為 1 是安裝完 phpbb 的預設佈景 subSilver 除非你已刪除掉了。

@ yanyp
您的情形可能也是如此吧~

發表於 : 2003-09-15 19:28
williamifan
jiminkao 寫:@ williamifan
您可能把 fisubgreen 佈景刪除了,而且這個佈景是預設佈景。
1. 把 fisubgreen 佈景放回去\r
2. 或至資料庫修改 phpbb_config 的 Default style 的值,改為 1 應該就可以了。因為 1 是安裝完 phpbb 的預設佈景 subSilver 除非你已刪除掉了。

@ yanyp
您的情形可能也是如此吧~
謝謝您喔!!!