Und die Zeile ist diese:Fatal error: Call to a member function on a non-object in /www/htdocs/xxxxxx/language/lang_german/lang_quiz_faq.php on line 49
if ( $quiz->check_mod_auth($userdata, true) )
Und die Zeile ist diese:Fatal error: Call to a member function on a non-object in /www/htdocs/xxxxxx/language/lang_german/lang_quiz_faq.php on line 49
if ( $quiz->check_mod_auth($userdata, true) )
Code: Alles auswählen
//
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
//Code: Alles auswählen
if ( !isset($quiz) )
{
return;
}Wenn ich die original posting.php einsetzte funktioniert das posten erstmal wieder. Also liegts vermutlich an dieser Datei. Nur ich hab die schon x fach überprüft.....Es existiert kein solcher Beitrag. Versuch es noch einmal.
Wenn ich eine Quizfrage manuell stellen möchte, diese dann im ACP auswähle und bestätige erscheint oben:Warning: opendir(../quiz_export/) [function.opendir]: failed to open dir: No such file or directory in /www/htdocs/v132501/admin/admin_quiz.php on line 831
Warning: readdir(): supplied argument is not a valid Directory resource in /www/htdocs/v132501/admin/admin_quiz.php on line 832
Warning: closedir(): supplied argument is not a valid Directory resource in /www/htdocs/v132501/admin/admin_quiz.php on line 839
Weiter gehts....Warning: Missing argument 27 for submit_post() in /www/htdocs/v132501/includes/functions_post.php on line 274
Warning: Missing argument 28 for submit_post() in /www/htdocs/v132501/includes/functions_post.php on line 274
Warning: Missing argument 7 for update_post_stats() in /www/htdocs/v132501/includes/functions_post.php on line 525
Warning: Missing argument 27 for submit_post() in /www/htdocs/v132501/includes/functions_post.php on line 274
Warning: Missing argument 28 for submit_post() in /www/htdocs/v132501/includes/functions_post.php on line 274
Warning: Missing argument 7 for update_post_stats() in /www/htdocs/v132501/includes/functions_post.php on line 525
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v132501/includes/functions_post.php:274) in /www/htdocs/v132501/includes/page_header.php on line 813
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v132501/includes/functions_post.php:274) in /www/htdocs/v132501/includes/page_header.php on line 815
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v132501/includes/functions_post.php:274) in /www/htdocs/v132501/includes/page_header.php on line 816
Danke. Ich hasse die Kommentare in SQL-Abfragen auchJa, die Datei hat super funktioniert. Klasse Arbeit!
Code: Alles auswählen
submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $poll_id, $topic_type, $bbcode_on, $html_on, $smilies_on, $attach_sig, $bbcode_uid, str_replace("'", "''", $username), str_replace("'", "''", $subject), str_replace("'", "''", $message), $poll_title, $poll_options, $poll_length);
Code: Alles auswählen
prepare_post($mode, $post_data, $bbcode_on, $html_on, $smilies_on, $error_msg, $username, $bbcode_uid, $subject, $message, $poll_title, $poll_options, $poll_length); Code: Alles auswählen
prepare_post($mode, $post_data, $bbcode_on, $html_on, $smilies_on, $error_msg, $username, $bbcode_uid, $subject, $message, $poll_title, $poll_options, $poll_length, $topic_desc, $topic_calendar_time, $topic_calendar_duration);Code: Alles auswählen
submit_post($mode, $post_data, $return_message, $return_meta, $forum_id, $topic_id, $post_id, $poll_id, $topic_type, $bbcode_on, $html_on, $smilies_on, $attach_sig, $bbcode_uid, str_replace("\'", "''", $username), str_replace("\'", "''", $subject), str_replace("\'", "''", $message), str_replace("\'", "''", $poll_title), $poll_options, $poll_length, str_replace("\'", "''", $topic_desc), $topic_announce_duration, $post_icon, $topic_calendar_time, $topic_calendar_duration, $news_category, $lpid, $mark_edit);