這位先進您好
感謝您的熱心,小弟其實知道怎麼加入外掛指令\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
也非常感謝您!