Fehler nach Registration..could not find....
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.
Fehler nach Registration..could not find....
Guten Abend,
ich habe diese Fehler und habe zwei fotos mit angehängt!
http://img67.imageshack.us/img67/830/fehlerphpbbrl3.jpg
http://img49.imageshack.us/img49/697/fe ... pbbwk8.jpg
ich habe diese Fehler und habe zwei fotos mit angehängt!
http://img67.imageshack.us/img67/830/fehlerphpbbrl3.jpg
http://img49.imageshack.us/img49/697/fe ... pbbwk8.jpg
Versuch mal die Datei direkt zu öffnen.
Also: (Beispiel)
http://www.deinedomain.de/phpBB2/langua ... _added.tpl
Also: (Beispiel)
http://www.deinedomain.de/phpBB2/langua ... _added.tpl
Dann kommt...
"
Subject: You have been added to this usergroup
Charset: iso-8859-1
Congratulations,
You have been added to the "{GROUP_NAME}" group on {SITENAME}.
This action was done by the group moderator or the site administrator, contact them for more information.
You can view your groups information here:
{U_GROUPCP}
{EMAIL_SIG}
"
"
Subject: You have been added to this usergroup
Charset: iso-8859-1
Congratulations,
You have been added to the "{GROUP_NAME}" group on {SITENAME}.
This action was done by the group moderator or the site administrator, contact them for more information.
You can view your groups information here:
{U_GROUPCP}
{EMAIL_SIG}
"
Öffne mal bitte deine emailer.php (includes/emailer.php) und gehe zu Zeile 114.
Ersetze:
Durch:
Teste es dann nochmal und zeige die Fehlermeldung.
Ersetze:
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not find email template file :: ' . $template_file, '', __LINE__, __FILE__);Code: Alles auswählen
#message_die(GENERAL_ERROR, 'Could not find email template file :: ' . $template_file, '', __LINE__, __FILE__);
message_die(GENERAL_ERROR, 'Could not find email template file :: ' . $tpl_file, '', __LINE__, __FILE__);