1 頁 (共 1 頁)

[問題] 進入版面時出現錯誤

發表於 : 2006-07-26 02:53
suckman
●架設主機作業系統:CentOS Linux
●您的 phpBB2 版本:phpBB 2.0.20
●您的 domain(網域名稱) :arus.q168.net
●您的 phpBB2 連結網址: http://www.arus.q168.net/phpBB2/index.php
●錯誤代碼:

代碼: 選擇全部

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 = 21

Line : 157
File : auth.php

不知更動到哪裡@@,所有的版面都無法進入了。

發表於 : 2006-07-26 04:12
神川小羽
SQL Error : 1054 Unknown column 'a.auth_download' in 'field list'
附加檔案吧,沒裝好或是沒有執行某些程序讓資料表建立欄位等等。

發表於 : 2006-07-26 11:58
suckman
參考資料:http://phpbb-tw.net/phpbb/viewtopic.php?p=237244#237244

小弟是參考心靈捕手大大的這篇全新安裝用的新手包  囧

裝完新站台是正常的

但因為原始的站台已經有資料了 就備份了資料庫

接著在新站台使用資料庫還原 想把原始站台的資料COPY過去

但是會出現上述問題

後來把原始的PHPBB2的 auth.php 與viewtopic.php兩個檔案復蓋掉後就沒問題了

看來是在attach mod 2.4.3這部份出了問題@@