hat da keiner ne ahnung2pac hat geschrieben:ja wenn man sich nun registriert kommt folgende fehlermeldung:
Failed sending email ::
DEBUG MODE
Line : 231
File : /mnt/host-users/zysik/slim/phpBB2/includes/emailer.php

hat da keiner ne ahnung2pac hat geschrieben:ja wenn man sich nun registriert kommt folgende fehlermeldung:
Failed sending email ::
DEBUG MODE
Line : 231
File : /mnt/host-users/zysik/slim/phpBB2/includes/emailer.php
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
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, &$msg_icon)
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
Code: Alles auswählen
Warning: Missing argument 21 for submit_post() in /home/www/web1/html/includes/functions_post.php on line 224
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 596
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 598
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/includes/functions_post.php:224) in /home/www/web1/html/includes/page_header.php on line 599
Code: Alles auswählen
// Work around for "current" Apache 2 + PHP module which seems to not
// cope with private cache control setting
if (!empty($HTTP_SERVER_VARS['SERVER_SOFTWARE']) && strstr($HTTP_SERVER_VARS['SERVER_SOFTWARE'], 'Apache/2'))
{
header ('Cache-Control: no-cache, pre-check=0, post-check=0, max-age=0');
}
else
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
also ich hab einmal dasher in der posting.php:Acid hat geschrieben:In der posting.php gibt es auch nochmal eine submit_post Zeile (poste diese ma).
und dann hab ich nochmal zeile 613-618:if ( $error_msg == '' )
{
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
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);
if ( $userdata['user_level'] == ADMIN || $userdata['user_level'] == MOD )
{
log_action('edit', $topic_id, $userdata['user_id'], $userdata['username']);
}
}
Code: Alles auswählen
if ( $error_msg == '' )
{
$topic_type = ( $topic_type != $post_data['topic_type'] && !$is_auth['auth_sticky'] && !$is_auth['auth_announce'] ) ? $post_data['topic_type'] : $topic_type;
$message = (lock_subject) ? $extra_message_body.$message : $message;
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, $msg_icon);
}
Hi ich wollte nochmal auf das Problem hinweisen:sidragon hat geschrieben:Hi ich habe die Tage mal auf mysql4 in der config (statt mysql) umgestellt, der Quizbot scheint hier nicht richtig kompatibel zu sein, da einige Abfragen nichtmehr fuktionieren (zB meint er er hätte keine Fragen mehr in der DB ...auch werden in das Konfigurationsformular nicht alle Werte aus der DB eingelesen...)
Beim Überfliegen habe ich die Stelle nicht gefunden... hab ihr damit schon Erfahrung gemacht?