bekomme folgenden fehler wenn ich z.b. den beitrag : "Die automatische als richtig Markierung wurde erfolgreich korrigiert.":
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
und wenn ich eine frage manuel erstelle kommt folgendes:
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
zeile 224 befindet sich dashier:
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, &$msg_icon)
&$msg_icon duch &$msg_icon = 0 ersetzen hat auch nichts gebracht.
oder wenn ich auf den beitrag antworte:
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
und wenn ich mal einen beitrag editiere, egal welchen, kommt auch wieder dieshier:
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
in zeile 588 bis 599 der page_header, befindet sich folgendes:
Code: Alles auswählen
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0, max-age=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
zu sehen ist das ganze
hier.
hab so jede menge mods installiert, aber bei der installation des quiz-hacks gabs eigentlich keine probleme.
ich vermute mal das es hier schon ein beitrag über dieses problem gab, aber bitte, das sind über 50 seiten, kann ich doch nicht alle durchlesen.
wie wärs denn mal wenn einer sone bugliste erstellt, so das man schnell nachgucken kann wenns nen fehler gibt ?
mfg