題外掛:Attach Mod 2.4.1
使用版本:phpBB 2.0.17
網站位置:http://game.teelife.com
我依照這篇文章安裝http://phpbb-tw.net/phpbb/viewtopic.php?t=16659
也接續改好該改的檔案了!
但是前台設定的類別卻無法進入\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 : 155
File : auth.php
這是哪裡出了錯!
[問題]Attach Mod安裝問題
版主: 版主管理群
我猜想:
您尚未執行資料庫的更新.
以下擷取自 attach mod 2.4.1 安裝說明( docs/install.txt)
您尚未執行資料庫的更新.
以下擷取自 attach mod 2.4.1 安裝說明( docs/install.txt)
#
# STEP NUMBER II: Installing the Attachment Mod (Database)
#
# You should have uploaded the install folder (above), which is only needed for running the database installer.
# Make sure you uploaded the schema Files (those files ending in .sql) in ASCII Mode (This is the Layout and Data for your Database):
#
#
#
# Now we want to create the tables, therefore we run the install.php file (http://www.yoursite.com/phpBB2/install/install.php)
# Please be sure to enter the correct URL (replacing http://www.yoursite.com with your sites URL),
# the install.php file has to be placed within the install folder. If it is not within the install folder, you WILL get errors.
#
# After the install.php file hass been executed successfully, you should remove the complete install folder.
#

