Mar 22nd, 2010, 8:26 PM
Hey Tara,
What you posted looks pretty good. Do you have any email templates configured for the form? If so, try disabling them temporarily and re-submit the form.
Secondly, try adding the following line to your /global/config.php file:
That (sometimes) will display some nice juicy errors for us to mull over.
- Ben
What you posted looks pretty good. Do you have any email templates configured for the form? If so, try disabling them temporarily and re-submit the form.
Secondly, try adding the following line to your /global/config.php file:
PHP Code:
$g_default_error_reporting = 2047;
That (sometimes) will display some nice juicy errors for us to mull over.
- Ben