Error when submitting a form

Permalink
When submitting a regular form, I'm getting the following error, anyone know what's wrong? It started doing it after I tried to use a radio-box selection:


Fatal error: Uncaught exception 'Exception' with message 'Unable to send mail' in /home/therap3/public_html/concrete/helpers/mail.php:183 Stack trace: #0 /home/therap3/public_html/concrete/blocks/form/controller.php(329): MailHelper->sendMail() #1 /home/therap3/public_html/concrete/models/block.php(262): FormBlockController->action_submit_form() #2 /home/therap3/public_html/concrete/startup/process.php(199): Block->passThruBlock(Array, Array) #3 /home/therap3/public_html/concrete/dispatcher.php(204): require('/home/therap3/p...') #4 /home/therap3/public_html/index.php(2): require('/home/therap3/p...') #5 {main} thrown in /home/therap3/public_html/concrete/helpers/mail.php on line 183

dibbc
 
dibbc replied on at Permalink Reply
dibbc
OK - I figured out what is causing the error.

If I make even the slightest change to the form, it crashes like that.

If I recreate it from scratch, and don't mess with it, it works fine. If I edit a field or anything, boom it crashes.

Any way to make it not crash and be able to edit the form?