Hi all I tought I give the latest nightly build once again a try for my GAE- application. However, I didn't get even on the first page, as there was an error in my application.cfc concerning CFMAIL. As the code is correct and running fine in 1.4, I'd like to know if there's somewhere a configuration change, which I probably missed.
It seems that others have the same problem as well and there are sadly no answers: http://groups.google.com/group/openbd/browse_thread/thread/25898db989f806c6/580b9a1c07217026?lnk=gst&q=cfmail#580b9a1c07217026 http://groups.google.com/group/openbd/browse_thread/thread/2174104203a6b83c/a3eaad18e4d92106?lnk=gst&q=cfmail#a3eaad18e4d92106 Now here's my error message: Type Template Message Unrecognized tag Tag <CFMAIL Position Line=54; Column=4 Detail The tag cfmail is not recognized. Please check for correct spelling. Source 51: <cfif cgi.server_name eq "localhost"> 52: <cfoutput>#errortext#</cfoutput> 53: <cfelse> 54: <cfmail to="#application.error_mail_to#" subject="#application.error_mail_title#" from="#application.mail_from#" type="#application.error_mail_type#"> 55: #errortextemailonly# ^ Snippet from underlying CFML source Any help greatly appreciated, Tom -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
