[問題] 還原資料庫 + 網站資料夾後出現這個訊息...[以解決]

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

~倉木麻衣~
竹貓忠實會員
竹貓忠實會員
文章: 1405
註冊時間: 2004-03-21 21:00

文章 ~倉木麻衣~ »

kr12345 寫:確定風格底下有cfg檔~
例如templates/subSilver/subSilver.cfg
cfg檔~確定檔案裡有底下這一行
define(TEMPLATE_CONFIG, TRUE);

但是還是出現錯誤訊息ㄟ!!
訊息如下!!
phpBB : Critical Error

Could not open template config file

DEBUG MODE

Line : 613
File : functions.php

快要瘋掉了!!請大大幫忙!!該怎麼半呢??
先確認你原本使用的風格是什麼\r
如果原本使用的是iCGstation~但templates底下沒有iCGstation目錄也會出現這個訊息
kr12345
星球公民
星球公民
文章: 43
註冊時間: 2004-06-30 19:59
來自: KR音響技術論壇
聯繫:

文章 kr12345 »

~倉木麻衣~ 寫:先確認你原本使用的風格是什麼\r
如果原本使用的是iCGstation~但templates底下沒有iCGstation目錄也會出現這個訊息
我是使用這個fisubsilversh風格\r

templates底下也有fisubsilversh資料夾資料夾裡面有fisubsilversh.cfg這個檔案!!
圖檔
~倉木麻衣~
竹貓忠實會員
竹貓忠實會員
文章: 1405
註冊時間: 2004-03-21 21:00

文章 ~倉木麻衣~ »

kr12345 寫:我是使用這個fisubsilversh風格\r
templates底下也有fisubsilversh資料夾資料夾裡面有fisubsilversh.cfg這個檔案!!
那麼再到phpMyAdmin裡開啟phpbb_config 資料表\r
查詢default_style 的值(假設為1)phpbb_themes資料表的themes_id值相同
而且該themes_id的名稱確實為fisubsilversh
若不相同~則請視實際狀況調整您的default_style值\r

剛有做過測試
我的default_style為1
phpbb_themes只有一筆記錄~其themes_id為1~template_name與style_name皆為subSilver
接著我在phpbb_themes裡新增一筆記錄~內容如下
themes_id =2
template_name及style_name皆為test
然後再修改default_syle為2
並確定我的templates目錄下沒有test資料夾(或是有資料夾~但沒有test.cfg檔)
此時重新連接到phpbb論壇~出現Could not open test template config file
kr12345
星球公民
星球公民
文章: 43
註冊時間: 2004-06-30 19:59
來自: KR音響技術論壇
聯繫:

文章 kr12345 »

~倉木麻衣~ 寫:那麼再到phpMyAdmin裡開啟phpbb_config 資料表\r
查詢default_style 的值(假設為1)phpbb_themes資料表的themes_id值相同
而且該themes_id的名稱確實為fisubsilversh
若不相同~則請視實際狀況調整您的default_style值
以下是我檢查的結果,請您幫我看看
我的phpbb_config 資料表找不到default_style ....奇怪了!!
只有找到一個override_user_style他的值是1

另外phpbb_themes資料表一共有兩筆紀錄我列出前面幾項

themes_id-----template_name-----style_name-------------head_stylesheet
----------1-----fisubsilversh--------FI Subsilver Shadow----fisubsilversh.css
----------2----- 空白------------------空白----------------------NULL

我將第2筆紀錄刪除了,進入討論區仍然出現錯誤訊息!!
phpBB : Critical Error

Could not open template config file

DEBUG MODE

Line : 613
File : functions.php
~倉木麻衣~ 寫:剛有做過測試
我的default_style為1
phpbb_themes只有一筆記錄~其themes_id為1~template_name與style_name皆為subSilver
接著我在phpbb_themes裡新增一筆記錄~內容如下
themes_id =2
template_name及style_name皆為test
然後再修改default_syle為2
並確定我的templates目錄下沒有test資料夾(或是有資料夾~但沒有test.cfg檔)
此時重新連接到phpbb論壇~出現Could not open test template config file
圖檔
~倉木麻衣~
竹貓忠實會員
竹貓忠實會員
文章: 1405
註冊時間: 2004-03-21 21:00

文章 ~倉木麻衣~ »

kr12345 寫:我的phpbb_config 資料表找不到default_style ....奇怪了!!
只有找到一個override_user_style他的值是1

另外phpbb_themes資料表一共有兩筆紀錄我列出前面幾項

themes_id-----template_name-----style_name-------------head_stylesheet
----------1-----fisubsilversh--------FI Subsilver Shadow----fisubsilversh.css
----------2----- 空白------------------空白----------------------NULL

我將第2筆紀錄刪除了,進入討論區仍然出現錯誤訊息!!
phpBB : Critical Error

Could not open template config file

DEBUG MODE

Line : 613
File : functions.php
整個phpbb_config資料表都找過了?
如果確定整個phpbb_config資料表裡都沒有default_style的話\r
那就自行在phpbb_config裡增加一筆記錄吧\r
config_name = defalut_style
config_value = 1
kr12345
星球公民
星球公民
文章: 43
註冊時間: 2004-06-30 19:59
來自: KR音響技術論壇
聯繫:

文章 kr12345 »

~倉木麻衣~ 寫:
kr12345 寫:我的phpbb_config 資料表找不到default_style ....奇怪了!!
只有找到一個override_user_style他的值是1

另外phpbb_themes資料表一共有兩筆紀錄我列出前面幾項

themes_id-----template_name-----style_name-------------head_stylesheet
----------1-----fisubsilversh--------FI Subsilver Shadow----fisubsilversh.css
----------2----- 空白------------------空白----------------------NULL

我將第2筆紀錄刪除了,進入討論區仍然出現錯誤訊息!!
phpBB : Critical Error

Could not open template config file

DEBUG MODE

Line : 613
File : functions.php
整個phpbb_config資料表都找過了?
如果確定整個phpbb_config資料表裡都沒有default_style的話\r
那就自行在phpbb_config裡增加一筆記錄吧\r
config_name = defalut_style
config_value = 1
新增了defalut_style---->>1
出現驚人的畫面---------------->>可以正常開啟了!!
感謝麻衣兄的幫忙!!實在是太猛了!!
我在檢查看看還有沒有其他的問題!!
圖檔
主題已鎖定

回到「外掛問題討論」