Błąd wyżej jest zapisany..
jak dodam to:
Kod:
#-----[ FIND ]------------------------------------------
#
$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) VALUES ($topic_id, $forum_id, " . $userdata['user_id'] . ", '$post_username', $current_time, '$user_ip', $bbcode_on, $html_on, $smilies_on, $attach_sig)" : "UPDATE " . POSTS_TABLE . " SET post_username = '$post_username', enable_bbcode = $bbcode_on, enable_html = $html_on, enable_smilies = $smilies_on, enable_sig = $attach_sig" . $edited_sql . " WHERE post_id = $post_id";
#
#-----[ IN-LINE FIND ]------------------------------------------
#
enable_smilies, enable_sig
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
, user_agent
Kod:
Error in posting
DEBUG MODE
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig, user_agent) VALUES (11, 1, 2, '', 1177065493, '53080ff0', 1, 0, 1, 0)
Line : 240
File : functions_post.php
I teraz jak wysyłam wiadomość z Quick Reply to przenosi mnie do posting.php i jest błąd:
Kod:
Błąd sesji Proszę ponownie wysłać formularz.