[問題]關於精華區MOD

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

版主: 版主管理群

主題已鎖定
夏飛
星球公民
星球公民
文章: 38
註冊時間: 2002-08-08 20:08

[問題]關於精華區MOD

文章 夏飛 »

問題外掛:精華區MOD
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=6562
使用版本:phpBB 2.0.5
網站位置:http://x0425.24cc.com

代碼: 選擇全部

Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.topic_excerption' in 'field list'

SELECT t.topic_id, t.topic_excerption, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 168 AND f.forum_id = t.forum_id 
依夢兒
竹貓忠實會員
竹貓忠實會員
文章: 2013
註冊時間: 2002-11-20 00:07

文章 依夢兒 »

http://phpbb-tw.net/phpbb/viewtopic.php?t=17864
根據先前其他網友的反應,這支MOD不支援2.0.5。
有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。



搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
ernie
星球公民
星球公民
文章: 73
註冊時間: 2003-07-24 16:56
聯繫:

文章 ernie »

我是2.0.5喔

用的很順利
頭像
gkfriend
星球普通子民
星球普通子民
文章: 23
註冊時間: 2003-07-15 03:33

文章 gkfriend »

真的嗎@@
那你怎麼裝的,我怎麼裝都失敗,其他網友也都裝失敗@@
教一下啦
ernie
星球公民
星球公民
文章: 73
註冊時間: 2003-07-24 16:56
聯繫:

文章 ernie »

我記得我有稍微改一些地方....但不太記得了

我盡力找找看喔^^"
簽名是什麼?
Mowd
竹貓忠實會員
竹貓忠實會員
文章: 326
註冊時間: 2002-06-26 01:17
來自: 台北
聯繫:

文章 Mowd »

加入sid可以在2.0.5用,還有上面的訊息看來是沒有在資料庫中加入欄位。
頭像
jiminkao
星球公民
星球公民
文章: 134
註冊時間: 2002-10-07 15:20
來自: 蜂炮之鄉
聯繫:

Re: [問題]關於精華區MOD

文章 jiminkao »

夏飛 寫:問題外掛:精華區MOD
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=6562
使用版本:phpBB 2.0.5
網站位置:http://x0425.24cc.com

代碼: 選擇全部

Could not obtain topic information

DEBUG MODE

SQL Error : 1054 Unknown column 't.topic_excerption' in 'field list'

SELECT t.topic_id, t.topic_excerption, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 168 AND f.forum_id = t.forum_id 
您大概少了這個動作吧!

代碼: 選擇全部

ALTER TABLE phpbb_topics ADD topic_excerption TINYINT not null after topic_status
\r
主題已鎖定

回到「外掛問題討論」