habe zwar einiges gefunden aber leider nicht das was mir hilft.
Habe den enhanced poll installiert, der funktioiniert auch aber durch den Quiz Hack bekomme ich jetzt nach dem Posten einer Frage folgende Fehlermeldung:
Code: Alles auswählen
Warning: Missing argument 14 for prepare_post() in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php on line 112
Warning: Missing argument 15 for prepare_post() in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php on line 112
Warning: Missing argument 21 for submit_post() in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php on line 206
Warning: Missing argument 22 for submit_post() in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php on line 206
Warning: Cannot modify header information - headers already sent
by (output started at
/home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php:112)
in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/page_header.php on line 489
Warning: Cannot modify header information - headers already sent
by (output started at
/home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php:112)
in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/page_header.php on line 491
Warning: Cannot modify header information - headers already sent
by (output started at
/home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/functions_post.php:112)
in /home/httpd/vhosts/jeymagic.de/httpdocs/Forum/includes/page_header.php on line 492
Code: Alles auswählen
Zeile 112
function prepare_post(&$mode, &$post_data, &$bbcode_on, &$html_on, &$smilies_on, &$error_msg, &$username, &$bbcode_uid, &$subject, &$message, &$poll_title, &$poll_options, &$poll_length, &$show_endtime, &$show_results)
{
Zeile 206
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, &$show_endtime, &$show_results)
{
LG
Jey