2024-04-19 21:48 CEST

View Revisions: Issue #212

Summary 0000212: Freischaltung von Mails bricht mit Template-Fehler ab
Revision 2011-11-08 06:32 by Quix0r
Description Mailer-Project ist in Script/Funktion doFinalCompilation, Zeile 241 mit folgender Meldung abgebrochen: Note: Evaluation error:

Line | Code:
1|$newContent = "Hallo " . translateGender(getFetchedUserData('userid', $userid, 'gender')) . " " . getFetchedUserData('userid', $userid, 'surname') . " " . getFetchedUserData('userid', $userid, 'family') . ",
2|
3|Einer unserer Administratoren hat soeben Ihre Mailbuchung freigegeben. Sie wird von unserem System automatisch versendet! Bitte beachten Sie, dass dies ggf. zeitversetzt zu dieser Mail versendet wird. Hier sind nochmals URL und Betreff Ihrer Mailbuchung:
4|
5|-----------------------------
6|Beworbene URL: http://www.some-domain.example
7|-----------------------------
8|Betreffzeile: Some-Domain Beispiel
9|-----------------------------
10|
11|Sie können den Versand-Fortschritt im Mitgliedsmenü unter \"Unbestätigte Mails\" verfolgen. Sobald die Mail vollständig versendet wurde, erhalten Sie eine weitere Mail!
12|
13|Vielen Dank.
14|
15|Mit freundlichen Grü�en,
16|Ihr " . (getMainTitle()) . " Team
17|
18|" . (getUrl()) . " (" . (getWebmaster()) . ")
|";


Please report this bug at http://bugs.mxchange.org and include the logfile from inc/cache/debug.log in your report (you can now attach files):

   1. template-functions.php:1248, debug_get_printable_backtrace(0)
   2. template-functions.php:241, debug_report_bug(4)
   3. functions.php:170, doFinalCompilation(2)
   4. functions.php:145, sendRawEmail(4)
   5. what-unlock_emails.php:104, sendEmail(3)
   6. inc-functions.php:129, include(1)
   7. inc-functions.php:140, loadInclude(1)
   8. action-email.php:50, loadIncludeOnce(1)
   9. inc-functions.php:129, include(1)
  10. admin-inc.php:216, loadInclude(1)
  11. admin.php:378, doAdminAction(0)
  12. inc-functions.php:129, include(1)
  13. inc-functions.php:140, loadInclude(1)
  14. module-functions.php:511, loadIncludeOnce(1)
  15. modules.php:55, doIncludeModule(0)

Request-URI: /modules.php?module=admin&what=unlock_emails
Thank you for finding bugs.
Revision 2011-11-08 06:31 by Quix0r
Description Mailer-Project ist in Script/Funktion doFinalCompilation, Zeile 241 mit folgender Meldung abgebrochen: Note: Evaluation error:

Line | Code:
1|$newContent = "Hallo " . translateGender(getFetchedUserData('userid', $userid, 'gender')) . " " . getFetchedUserData('userid', $userid, 'surname') . " " . getFetchedUserData('userid', $userid, 'family') . ",
2|
3|Einer unserer Administratoren hat soeben Ihre Mailbuchung freigegeben. Sie wird von unserem System automatisch versendet! Bitte beachten Sie, dass dies ggf. zeitversetzt zu dieser Mail versendet wird. Hier sind nochmals URL und Betreff Ihrer Mailbuchung:
4|
5|-----------------------------
6|Beworbene URL: http://www.ekarten.biz
7|-----------------------------
8|Betreffzeile: Ekarten.biz - Extremkarten
9|-----------------------------
10|
11|Sie können den Versand-Fortschritt im Mitgliedsmenü unter \"Unbestätigte Mails\" verfolgen. Sobald die Mail vollständig versendet wurde, erhalten Sie eine weitere Mail!
12|
13|Vielen Dank.
14|
15|Mit freundlichen Grü�en,
16|Ihr " . (getMainTitle()) . " Team
17|
18|" . (getUrl()) . " (" . (getWebmaster()) . ")
|";


Please report this bug at http://bugs.mxchange.org and include the logfile from inc/cache/debug.log in your report (you can now attach files):

   1. template-functions.php:1248, debug_get_printable_backtrace(0)
   2. template-functions.php:241, debug_report_bug(4)
   3. functions.php:170, doFinalCompilation(2)
   4. functions.php:145, sendRawEmail(4)
   5. what-unlock_emails.php:104, sendEmail(3)
   6. inc-functions.php:129, include(1)
   7. inc-functions.php:140, loadInclude(1)
   8. action-email.php:50, loadIncludeOnce(1)
   9. inc-functions.php:129, include(1)
  10. admin-inc.php:216, loadInclude(1)
  11. admin.php:378, doAdminAction(0)
  12. inc-functions.php:129, include(1)
  13. inc-functions.php:140, loadInclude(1)
  14. module-functions.php:511, loadIncludeOnce(1)
  15. modules.php:55, doIncludeModule(0)

Request-URI: /modules.php?module=admin&what=unlock_emails
Thank you for finding bugs.