但是後來和其它mod有衝
所以我就重安裝一個論壇
但是這次我沒有用子分區
現在的問題是我想要將原來的論壇中的一些資料備分過去\r
之前我用的都是整個資料庫的備分
所以不太清楚要怎麼移轉部分的SQL
我想要移轉的是論壇的文章和會員 還有群組和私人訊息\r
我自己試了半天都不能成功
我備分phpbb_forums
但是還原後都看到下面那段
代碼: 選擇全部
Failed obtaining forum access control lists
DEBUG MODE
SQL Error : 1054 Unknown column 'a.auth_paymoney' 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_global_announce, a.auth_vote, a.auth_pollcreate, a.auth_paymoney, a.auth_attachments, a.auth_download FROM phpbb_forums a
Line : 145
File : auth.php