I’m using the forms and forms-mailer extensions to create a form to be
emailed. Most of it is working well except for attachments. I’ve used
the
<r:file> tag to get a file chooser button/dialog and that appears to
work.
In the “content” page of the form, what gets emailed, I’ve used <r:read>
to
get the uploaded file, but when the form is submitted, a 500 application
error is given “for exceptions thrown outside of an action”.
I’m using the forms and forms-mailer extensions to create a form to be emailed.
Most of it is working well except for attachments. I’ve used the <r:file> tag to
get a file chooser button/dialog and that appears to work. In the “content” page
of the form, what gets emailed, I’ve used <r:read> to get the uploaded file, but
when the form is submitted, a 500 application error is given “for exceptions
thrown outside of an action”.
What am I missing? Thanks for any suggestions.
–
marshal
I don’t really know those extensions at all, but you’ll need to look at
your log file.
From the root directory of your app, run “tail -500 log/production.log”
That will show you the last 500 lines of your production log. Look
there for details about the actual error. If you need more help, copy
what you find into a pastie and reply back.