Ein Problem habe ich aber dennoch, oben im Menue fehlt, glaube ich, doch noch was! Dort steht "Quiz FAQ" und "Quizfragen vorschlagen", aber wo kann man das Quiz ausführen, also spielen???

Gruß
Oede
Code: Alles auswählen
Could not get quiz informations!
DEBUG MODE
SQL Error : 1146 Table 'usr_web592_1.QUIZ_TABLE' doesn't exist
SELECT q.quiz_id, q.question, q.quiz_status, q.quiz_from_user_id, u.username AS quiz_from_username FROM QUIZ_TABLE q LEFT JOIN phpbb_users u ON u.user_id = q.quiz_from_user_id ORDER BY q.quiz_id
Line : 1537
File : /home/www/web592/html/phpBB2/admin/admin_quiz.php
Code: Alles auswählen
Warning: OpenDir: No such file or directory (errno 2) in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 853
Warning: Supplied argument is not a valid Directory resource in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 854
Warning: Supplied argument is not a valid Directory resource in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 861
Quiz-Fragen importieren
so hab ich mal durchversuchtsaerdnaer hat geschrieben:@Oede: mach die änderungen die du wegen der attachment hacks an der common gemacht hast auch an der install_quiz_hack vor...
@Markocat: ersetz dasdurchCode: Alles auswählen
&$MsgIcon
und wenn das nicht funktioniert ersetz es stattdessen durchCode: Alles auswählen
&$MsgIcon = 0
ahCode: Alles auswählen
$MsgIcon = 0
Code: Alles auswählen
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$topic_auto_disapprove, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, &$post_username, &$post_subject, &$post_message, &$poll_title, &$poll_options, &$poll_length, &$MsgIcon = 0)
Code: Alles auswählen
Parse error: parse error, unexpected '=', expecting ')' in d:\apache group\www\phpBB2\includes\functions_post.php on line 491
Fatal error: Call to undefined function: submit_post() in d:\apache group\www\phpBB2\includes\quiz.php on line 351
Code: Alles auswählen
function submit_post($mode, &$post_data, &$message, &$meta, &$forum_id, &$topic_id, &$post_id, &$poll_id, &$topic_type, &$topic_auto_disapprove, &$bbcode_on, &$html_on, &$smilies_on, &$attach_sig, &$bbcode_uid, &$post_username, &$post_subject, &$post_message, &$poll_title, &$poll_options, &$poll_length, $MsgIcon = 0)
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in d:\apache group\www\phpBB2\includes\functions_post.php on line 491
Allgemeiner Fehler
Error in posting
DEBUG MODE
INSERT INTO phpbb_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, is_disapproved, enable_html, enable_smilies, enable_sig, post_icon) VALUES (59, 1, 2, 'Quiz Frage #1 ...', 1040656712, '7f000001', 1, 0, 1, 0, a30435bbfc, '0')
Line : 600
File : d:\apache group\www\phpBB2\includes\functions_post.php
Code: Alles auswählen
Warning: OpenDir: No such file or directory (errno 2) in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 853
Warning: Supplied argument is not a valid Directory resource in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 854
Warning: Supplied argument is not a valid Directory resource in /home/www/web592/html/phpBB2/admin/admin_quiz.php on line 861
Quiz-Fragen importieren
Code: Alles auswählen
Line 853: $dir = opendir($phpbb_root_path . $quiz_data_dir);
Line 854: while($file = readdir($dir))
Line 861: closedir($dir);
woran kann die leigenFatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /home/www/htdocs/dragon-heartz.de/phpBB2/includes/template.php on line 190