1 頁 (共 1 頁)

[問題]後台增加版塊出錯!

發表於 : 2004-01-30 11:20
haiyun
後台增加版塊出錯,可是原先的卻可以修改.
Couldn't insert row in forums table

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 1, 1)' at line 2

INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable.forum_topictypes, forum_topictype_today, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, auth_attachments, auth_download) VALUES ('9', 'tewst', 1, 'tte', 30, 0, 0,'',, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 1, 1)

Line : 412
File : /var/www/html/phpbb2/admin/admin_forums.php

發表於 : 2004-01-30 14:23
動機不明
你要先說一下做了什麼動作啊......!?

Re: [問題]後台增加版塊出錯!

發表於 : 2004-01-30 14:31
Martinet
haiyun 寫:auth_pollcreate, auth_attachments, auth_download) VALUES ('9', 'tewst', 1, 'tte', 30, 0, 0,'',, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 1, 1)

代碼: 選擇全部

VALUES ('9', 'tewst', 1, 'tte', 30, 0, 0,'',, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 1, 1) 
改成

代碼: 選擇全部

VALUES ('9', 'tewst', 1, 'tte', 30, 0, 0,'','', 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 1, 1) 
看看~^^"