Feb 12th, 2010, 8:33 PM
Hi LargeRabbit,
Sorry you're having trouble! Try temporarily disabling all email templates and re-try submitting your form. I've seen this happen a couple of times that was caused by invalid content in email templates, though your emails are getting through... still, worth trying.
Other than that, try adding the following line to your /global/config.php file:
Then see if you get any errors when submitting the form.
- Ben
Sorry you're having trouble! Try temporarily disabling all email templates and re-try submitting your form. I've seen this happen a couple of times that was caused by invalid content in email templates, though your emails are getting through... still, worth trying.
Other than that, try adding the following line to your /global/config.php file:
PHP Code:
$g_default_error_reporting = 2047;
Then see if you get any errors when submitting the form.
- Ben