1 頁 (共 1 頁)

[問題]裝了attach_mod出現大問題了!

發表於 : 2004-06-17 15:51
pixy
問題外掛: [教學] attach_mod_v237 成功安裝法分享
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=16659
使用版本:phpBBX_SP
網站位置: http://www.uscfnb.com/
狀況描述: 依照教學安裝之後,出現以下情況.請問該如何解決,小弟是初學者,請教教小弟,謝謝^^

代碼: 選擇全部

Could not query attachment information

DEBUG MODE

SQL Error : 1146 Table 'uscfnb_phpbb.phpbb_attachments_config' doesn't exist

SELECT * FROM phpbb_attachments_config

Line : 80
File : /home/uscfnb/public_html/phpbb/attach_mod/attachment_mod.php

發表於 : 2004-06-17 15:57
Mac
請執行外掛裡的 SQL

~Mac

發表於 : 2004-06-17 15:58
pixy
請問大大要怎麼執行呢?@@
非常感謝你!^^

發表於 : 2004-06-17 16:11
reload_yip
在PHPMyAdmin / MySQL 中,
加入外掛裡的 SQL指令。

發表於 : 2004-06-17 16:25
hihihihi
if u use mysql,please upload this files:
/install/schemas/attach_mysql_schema.sql
/install/schemas/attach_mysql_basic.sql
/install/mod_table_inst.php
and then run mod_table_inst.php

發表於 : 2004-06-17 16:29
anson_wongy
在phpmyadmin裏,先選擇你phpbb的資料庫,然後按如圖所示的SQL按扭,再在下方貼上SQL碼,再按執行便可.
;-)
圖檔
:mrgreen:

發表於 : 2004-06-21 15:33
shermanmt
小弟的站也出現了一模一樣的問題
不過上頭幾位大大的回答,恕小弟駑鈍
真的是不知道該怎麼下手才是\r
所謂「外掛的SQL指令」指的是什麼呢?
拜託拜託~感謝!

發表於 : 2004-06-21 20:43
寒冰軒

發表於 : 2004-06-23 13:50
shermanmt
這位先進您好
感謝您的熱心,小弟其實知道怎麼加入外掛指令\r
我的問題是不知道要加入「哪些」外掛指令\r

我的站:http://unitedpatent.net/
使用的應該是phpbb2.08的版本\r
我在自己的站上安裝attach mod的時候
遇到了1054 debug的問題
論壇首頁可以進去\r
不過點入各個版面的時候就會出現\r

代碼: 選擇全部

Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_download' in 'field list'

SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_attachments, a.auth_download, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1

Line : 156
File : /home/sherman/public_html/includes/auth.php
而有位先進在這篇文章中有提到在phpmyadmin資料庫中是否缺少auth_download資料表,我的確是缺少了!!
請問一下這樣子要怎麼解決呢?
真是不好意思打擾您\r
也非常感謝您!

發表於 : 2004-06-23 13:58
.::藍色的天空::.
你可以打開 install 資料夾找 sql_attach_basic.sql 等等相似的名稱, 再對比加上就可了。