[問題] 更新貨幣與版面後的問題[已解決]

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
SimonLeung
星球公民
星球公民
文章: 160
註冊時間: 2004-09-01 20:22
來自: 香港

[問題] 更新貨幣與版面後的問題[已解決]

文章 SimonLeung »

已解決


我重設了論壇的貨幣
同時 del了 i-shock 和 水怪\r
之後再 del 兩個版面..

之後,每當我發文或回覆均出現\r

代碼: 選擇全部

Error in posting

DEBUG MODE

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

INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, hiding_type, hiding_condition_value, hiding_cash_id) VALUES (4969, 2, 2, '', 1104430341, 'db4dee10', 1, 0, 1, 1 , 0, 0, )

Line : 271
File : /home/ace-forum/includes/functions_post.php
以下是我在functions_post.php找到的 (很長=.=" )

代碼: 選擇全部

$edited_sql = ($mode == 'editpost' && !$post_data['last_post'] && $post_data['poster_post']) ? ", post_edit_time = $current_time, post_edit_count = post_edit_count + 1 " : "";
	$sql = ($mode != "editpost") ? "INSERT INTO " . POSTS_TABLE . " (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, hiding_type, hiding_condition_value, hiding_cash_id) VALUES ($topic_id, $forum_id, " . $userdata['user_id'] . ", '$post_username', $current_time, '$user_ip', $bbcode_on, $html_on, $smilies_on, $attach_sig , $hiding_type, $hiding_value, $hiding_cash_id)" : "UPDATE " . POSTS_TABLE . " SET post_username = '$post_username', enable_bbcode = $bbcode_on, enable_html = $html_on, enable_smilies = $smilies_on, enable_sig = $attach_sig, hiding_type = $hiding_type, hiding_condition_value=$hiding_value, hiding_cash_id=$hiding_cash_id" . $edited_sql . " WHERE post_id = $post_id";
	if (!$db->sql_query($sql, BEGIN_TRANSACTION))
有沒有前輩可指點小弟?
最後由 SimonLeung 於 2004-12-31 02:22 編輯,總共編輯了 1 次。
我是香港來的白痴......蠢材是也
------------------------------------
懶!不想次次抄!先寫為敬!

●免費空間連結: http://www.hk82.net/
●您的 phpBB2 版本:phpBB 2.0.17
●您的 domain(網域名稱) :http://www.ace-forum.net
●MOD:Global announcement 2.0.6
Quick reply to topic 1.1.2
Multiple BBCode 1.2.1+Cash Mod 2.2.1
Advanced Hide Post 1.0.1
走馬燈
linkzshop
Attachment MOD 2314
SimonLeung
星球公民
星球公民
文章: 160
註冊時間: 2004-09-01 20:22
來自: 香港

文章 SimonLeung »

丫丫~ 各位前輩\r
問題已解決\r
原來只是我不小心在後台設定錯了~
希望沒有浪費前輩的時間
我是香港來的白痴......蠢材是也
------------------------------------
懶!不想次次抄!先寫為敬!

●免費空間連結: http://www.hk82.net/
●您的 phpBB2 版本:phpBB 2.0.17
●您的 domain(網域名稱) :http://www.ace-forum.net
●MOD:Global announcement 2.0.6
Quick reply to topic 1.1.2
Multiple BBCode 1.2.1+Cash Mod 2.2.1
Advanced Hide Post 1.0.1
走馬燈
linkzshop
Attachment MOD 2314
主題已鎖定

回到「phpBB 2 安裝與使用」