第 1 頁 (共 1 頁)
[問題] phpbb 2.0.12安裝cash mod後出然的錯誤?
發表於 : 2005-02-25 18:18
由 suicidelok
問題外掛:cashmod222
使用版本:phpBB 2.0.12
網站位置:
http://deathnote.shadowworldx.com/phpBB
狀況描述:
我是用easy mod安裝的,在安裝cash mod後
在系統管理控制台看到\r
一般錯誤
Error retrieving cash data
DEBUG MODE
SQL Error : 1146 Table 'suicide_phpbb1.phpbb_cash' doesn't exist
SELECT * FROM phpbb_cash ORDER BY cash_order ASC
Line : 657
File : functions_cash.php
現在應該怎樣做??
我有備份的~
但是我用「資料庫工具管理 : 還原」
用這還原後情況還是一樣.....
現在我該怎樣做才對?
發表於 : 2005-02-25 18:37
由 友誼第一
需要執行sql附加檔...
發表於 : 2005-02-25 19:20
由 suicidelok
不太明白應該怎樣做.....不是用easy mod安裝就行了嗎??
還有些安裝要自己做?
可以詳細一點說明嗎??
謝謝
發表於 : 2005-02-25 22:26
由 suicidelok
終於明白了.....
要在用easy mod安裝後
再到sql_install.php才行
發表於 : 2005-02-26 11:51
由 mantohu
對不起...
我執行 sql_install.php 之後
他說complete
之後進入後台 點選左方 Cash Admin or Cash Help 卻出現
Fatal error: Call to a member function on a non-object in c:\appserv\www\phpbb\includes\functions_cash.php on line 655
代碼: 選擇全部
if ( !($result = $db->sql_query($sql)) ) //這是655行
{
message_die(GENERAL_ERROR, 'Error retrieving cash data', '', __LINE__, __FILE__, $sql);
}
然後只能開首頁
點選任何文章或會員就出現\r
Fatal error: Class template_plus: Cannot inherit from undefined class template in c:\appserv\www\phpbb\includes\classes_cash.php on line 40
代碼: 選擇全部
class Template_plus extends Template
對不起..我是個新手
是否除了執行 sql_install.php 之外還要手動執行SQL碼?
或是手動新增資料庫 在某特定資料庫執行SQL ?
麻煩指點一下 感謝 ^^
發表於 : 2005-02-27 13:39
由 友誼第一
這樣就怪了...我也是用簡易外掛(easymod)裝的,卻沒事呀
發表於 : 2005-02-28 18:37
由 mantohu
啥是easy mod QQ
我是手動安裝的...那位能幫一下忙呢?
發表於 : 2005-03-01 23:07
由 peter200
上面的suicidelok說:
要在用easy mod安裝後
再到sql_install.php才行
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
要在用easy mod安裝後
這句是什麼意思ㄚ~~~能說明一下ㄇ~~
我的問題跟你一樣><~~
弄好久了~~~~~~我的問題也是\r
一般錯誤
Error retrieving cash data
DEBUG MODE
SQL Error : 1146 Table 'suicide_phpbb1.phpbb_cash' doesn't exist
SELECT * FROM phpbb_cash ORDER BY cash_order ASC
Line : 657
File : functions_cash.php