Fehlermeldungen
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
Rainer2
Fehlermeldungen
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed in /home/www/htdocs/meinserver/phpBB2/includes/smtp.php on line 109
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:25 in /home/www/htdocs/meinserver/phpBB2/includes/smtp.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 477
General Error
Could not connect to smtp host : 111 : Connection refused
DEBUG MODE
Line : 111
File : /home/www/htdocs/meinserver/phpBB2/includes/smtp.php
Wie beheben ich das Problem???
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:25 in /home/www/htdocs/meinserver/phpBB2/includes/smtp.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 474
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/meinserver/phpBB2/includes/smtp.php:109) in /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/page_header.php on line 477
General Error
Could not connect to smtp host : 111 : Connection refused
DEBUG MODE
Line : 111
File : /home/www/htdocs/meinserver/phpBB2/includes/smtp.php
Wie beheben ich das Problem???
-
Rainer2
Nachtrag:
Wenn ich die Einstellungen am Adminbereich ändere und bei der Auswahl "Use SMTP Server for Email" die Checkbox "NO" anklicke, dann bekomme ich Folgende Fehlermeldung:
General Error
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/emailer.php
Wenn ich die Einstellungen am Adminbereich ändere und bei der Auswahl "Use SMTP Server for Email" die Checkbox "NO" anklicke, dann bekomme ich Folgende Fehlermeldung:
General Error
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/emailer.php
-
Gast
Nachtrag:
Nchdem ich in der posting.php den Code:
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
mit folgendem Code ersetzt habe:
user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
bekojmme ich folgende Fehlermeldung:
General Error
Ran into problems sending Mail. Response: 504 LOGIN mechanism not supported
DEBUG MODE
Line : 125
File : /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/smtp.php

Nchdem ich in der posting.php den Code:
user_notification($mode, $post_data, $forum_id, $topic_id, $post_id, $notify_user);
mit folgendem Code ersetzt habe:
user_notification($mode, $post_data, $post_info['topic_title'], $forum_id, $topic_id, $post_id, $notify_user);
bekojmme ich folgende Fehlermeldung:
General Error
Ran into problems sending Mail. Response: 504 LOGIN mechanism not supported
DEBUG MODE
Line : 125
File : /home/www/htdocs/gasthof-thoerner.de/phpBB2/includes/smtp.php
-
Gast
Hab ich schon längst versucht. Ich habe zu erst den SMTP des localhosts probiert und dann einen externen SMTP. Fehlermeldungen bleiben indentisch. Und nu?Henne hat geschrieben:Sagt doch eigentlich alles.Anonymous hat geschrieben:Ran into problems sending Mail. Response: 504 LOGIN mechanism not supported
Benutzt du zum versenden SMTP? Dann versuch mal nen anderen Server.
-
Rainer2
-
Gast