1 頁 (共 1 頁)

[問題]關於精華區MOD

發表於 : 2003-07-25 17:01
夏飛
問題外掛:精華區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 

發表於 : 2003-07-25 20:35
依夢兒
http://phpbb-tw.net/phpbb/viewtopic.php?t=17864
根據先前其他網友的反應,這支MOD不支援2.0.5。

發表於 : 2003-08-02 21:15
ernie
我是2.0.5喔

用的很順利

發表於 : 2003-08-03 07:11
gkfriend
真的嗎@@
那你怎麼裝的,我怎麼裝都失敗,其他網友也都裝失敗@@
教一下啦

發表於 : 2003-08-04 20:25
ernie
我記得我有稍微改一些地方....但不太記得了

我盡力找找看喔^^"

發表於 : 2003-08-05 09:13
Mowd
加入sid可以在2.0.5用,還有上面的訊息看來是沒有在資料庫中加入欄位。

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

發表於 : 2003-08-05 21:05
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