1 頁 (共 1 頁)

[問題]無法建立新版面...

發表於 : 2003-12-14 15:44
Apache
問題如圖...
圖檔

代碼: 選擇全部

Couldn't insert row in forums table

DEBUG MODE

SQL Error : 1054 Unknown column 'lock_enable' in 'field list'

INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, lock_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('8', '123', 6, '', 10, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1)

Line : 428
File : c:\appserv\www\phpbb2\admin\admin_forums.php
請教各位大大...該如何解決...3q

發表於 : 2003-12-14 17:21
依夢兒
你是不是架了自動鎖文外掛??
沒架好喲,請再檢查一次。

發表於 : 2003-12-14 19:49
Apache
依夢兒 寫:你是不是架了自動鎖文外掛??
沒架好喲,請再檢查一次。
對...我裝了mass_lock_1.0.4(快速鎖文)
我剛發現我少了一郭步驟...

代碼: 選擇全部

You have to upload this file, logon to your forum, execute the file and delete it !
copy masslock_install.php to masslock_install.php
執行 masslock_install.php 後...就可以新增版面了...
3q...大大..