Warning: Missing argument 14 for prepare_post() in /var/www/web1/html/phpbb/includes/functions_post.php on line 124
Warning: Missing argument 15 for prepare_post() in /var/www/web1/html/phpbb/includes/functions_post.php on line 124
Warning: Missing argument 22 for submit_post() in /var/www/web1/html/phpbb/includes/functions_post.php on line 227
Warning: Missing argument 23 for submit_post() in /var/www/web1/html/phpbb/includes/functions_post.php on line 227
In den beiden Zeilen steht folgendes
Zeile 124
Code: Alles auswählen
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 227
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, &$show_endtime, &$show_results, &$news_category, $topic_announce_duration = 0)
Kann mir einer bitte helfen