[checkout module] Error message after sending order

Chrigel

Joined: 2003-12-25
Posts: 54
Posted: Fri, 2006-05-19 17:39

Hi

After sending the order sometimes the clients get the following error message:

---------------------
Error Detail -
Error (ERROR_UNKNOWN) :
in modules/core/classes/helpers/MailHelper_simple.class at line 102 (gallerystatus::error)
in modules/core/classes/GalleryCoreApi.class at line 2543 (mailhelper_simple::sendtemplatedemail)
in modules/checkoutemail/Email.inc at line 171 (gallerycoreapi::sendtemplatedemail)
in main.php at line 174 (emailcontroller::handlerequest)
in main.php at line 87
in main.php at line 80
---------------------

The order arrives. Just the client doesn't get a confirmation by e-mail. What can be the problem?

Kind regards
Christian

System information:

Gallery-Version = 2.0.2 Kern 1.0.0.2
PHP-Version = 4.3.10 cgi
Webserver = Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 FrontPage/5.0.2.2510 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.22 OpenSSL/0.9.7d
Datenbank = mysql 4.1.16
Werkzeuge = ArchiveUpload, ImageMagick
Betriebssystem = FreeBSD server16.hostpoint.ch 4.11-RELEASE-p14 FreeBSD 4.11-RELEASE-p14 #2: Fr i386
Browser = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)

 
turnbulm

Joined: 2004-10-03
Posts: 431
Posted: Fri, 2006-05-19 21:36

This probably happens when the client doesn't enter a valid contact email address while checking out, and you have "customer@gallery" listed in the email module setup. This is because the CheckoutEmail module doesn't do any validation on email addresses - there's a bug report for this here.