免費空間連結:http://basang.to-j.com/phpbb2/index.php
我架設在免費空間連結如上
目前有有安裝TOP5和PHPBB205
但是安裝完attach_mod_v238
便出現ㄌ無法觀看文章
會出現錯誤訊息\r
我參考ㄌansonku大大滴教學\r
http://phpbb-tw.net/phpbb/viewtopic.php?t=16659
裡面滴檔案
我改ㄌ7次還是都一樣滴情形\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 : 158
File : /home/vhosts/basang.to-j.com/phpbb2/includes/auth.php
[問題]安裝完attach_mod_v238便無法觀看文章
版主: 版主管理群
Re: [問題]安裝完attach_mod_v238便無法觀看文章
進入 phpMyAdmin 檢查一下資料庫裡面..basang 寫: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 : 158
File : /home/vhosts/basang.to-j.com/phpbb2/includes/auth.php
phpbb_auth_access 和 phpbb_forums 兩個資料表之內是不是有 auth_download 這個欄位..
正常來說應該執行 /install/mod_table_inst.php 和正確的 Schema 檔之後資料表不會有問題才是..
比較要注意的是看免費空間使用的是哪一種資料庫吧!!
咦??那紅色部分只是你要去尋找出來的地方..k4h5 寫:我是多出紅色那一行
我把它刪掉就可以了...
應該不需要修改到才是?! (除非其他的 mod 有動到..)
參考網址:http://unitedpatent.net/
小弟也是依照置頂的教學文章進行修改\r
修改完之後,卻出現下列情形:
把install這個資料夾刪掉之後
就會出現如原發文者所提及的1054 debug mode的問題
但是原來的教學文章中並沒有提到要將install資料夾刪除的狀態
實在不知道是哪裡出錯了
還請大大們指點,非常感謝!
小弟也是依照置頂的教學文章進行修改\r
修改完之後,卻出現下列情形:
代碼: 選擇全部
Please ensure both the install/ and contrib/ directories are deleted就會出現如原發文者所提及的1054 debug mode的問題
但是原來的教學文章中並沒有提到要將install資料夾刪除的狀態
實在不知道是哪裡出錯了
還請大大們指點,非常感謝!


