1 頁 (共 1 頁)

[問題] 安裝完全區公告global_announcement_1.2.9em之後auth.php的問題

發表於 : 2007-03-11 13:48
月葉
問題外掛:global_announcement_1.2.9em
相關問題連結:http://phpbb-tw.net/phpbb/viewtopic.php ... w=previous
使用版本:2.0.22
網站位置:http://zmstore.why3s.tw/phpbb/
狀況描述:
其實我的問題跟 這篇文章應該是一樣的...同樣的錯誤在auth.php
(又好像不一樣? 他是global_announcement_1.2.8)

代碼: 選擇全部

Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_globalannounce' 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_globalannounce, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 3 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 1

Line : 162
File : auth.php

可是我問個笨問題...|||

更新資料庫怎麼更新 囧rz

我也是已經修改過後直接上傳上去了

才發現上面這篇文章後

我還是不知道怎麼更新資料庫orz

更新資料庫的意思是? 把資料清空@"@??


後來看到..

代碼: 選擇全部

ALTER TABLE phpbb_forums ADD auth_globalannounce TINYINT (2) DEFAULT "3" NOT NULL AFTER auth_announce;
ALTER TABLE phpbb_auth_access ADD auth_globalannounce TINYINT (1) not null AFTER auth_announce;
這兩句有點不太懂..@@"

發表於 : 2007-03-11 14:29
心靈捕手
如果您要密集地安裝外掛的話,
那麼建議您先熟讀此討論串吧!
http://phpbb-tw.net/phpbb/viewtopic.php?t=22832

發表於 : 2007-03-11 15:15
月葉
感謝..