Habe ein Problem. Wenn ich ein Neues Thema absende, erscheinen oberhalb vom Forum diese Fehlermeldungen. Jedoch wird das Thema trotdem abgesendet. Woran kann das liegen.
Code: Alles auswählen
Warning: Missing argument 22 for submit_post() in /home/tech/public_html/forum/includes/functions_post.php on line 223
Warning: Cannot modify header information - headers already sent by (output started at /home/tech/public_html/forum/includes/functions_post.php:223) in /home/tech/public_html/forum/includes/page_header.php on line 1188
Warning: Cannot modify header information - headers already sent by (output started at /home/tech/public_html/forum/includes/functions_post.php:223) in /home/tech/public_html/forum/includes/page_header.php on line 1190
Warning: Cannot modify header information - headers already sent by (output started at /home/tech/public_html/forum/includes/functions_post.php:223) in /home/tech/public_html/forum/includes/page_header.php on line 1191
Code: Alles auswählen
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, &$post_username, &$post_subject, &$post_message, &$poll_title, &$poll_options, &$poll_length, $post_icon = 0, &$news_category)
Code: Alles auswählen
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');