Ich habe des Quiz Mod installiert.
Wenn man eine Frage beantwortet, dann kommt diese Meldung:
Die Stelle in der functions_post sieht so aus:Warning: Missing argument 14 for prepare_post() in /srv/www/htdocs/web3/html/includes/functions_post.php on line 133
Warning: Missing argument 21 for submit_post() in /srv/www/htdocs/web3/html/includes/functions_post.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web3/html/includes/functions_post.php:133) in /srv/www/htdocs/web3/html/includes/page_header.php on line 524
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web3/html/includes/functions_post.php:133) in /srv/www/htdocs/web3/html/includes/page_header.php on line 530
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web3/html/includes/functions_post.php:133) in /srv/www/htdocs/web3/html/includes/page_header.php on line 531
Zeile 133:
function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$message, &$amazon, &$poll_title, &$poll_options, &$poll_length)
Zeile 229:
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, &$post_az, &$poll_title, &$poll_options, &$poll_length)
Die Stelle in der page _header sieht so aus:
Die Funktion als solche geht aber.Zeile 524:
header ('Cache-Control: no-cache, pre-check=0, post-check=0');
Zeile 530:
header ('Expires: 0');
Zeile 531:
header ('Pragma: no-cache');
Also die Fragen werden als korrekt oder nicht korrekt gespeichert.[/quote]