Forums

Confirmation Page plugin prevents sending of e-mail

sarfatti 15 Jul, 2009
Hello --

Just installed RC5 on new site for testing purposes. When the Confirmation Page plug-in is enabled, the page displays properly upon submittal. However, the e-mail is not sent and the data is not added to the database (see debug info below -- nothing past step 7). When I disable the plug-in, then the e-mail is successfully sent and the data recorded in the database (see debug info below -- completed at step 9). Any solutions?

-------------------------------------------------------
Debug mode with Confirmation Page plug-in enabled:
-------------------------------------------------------
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [Firstname] => [Lastname] => Sarfatti [Company] => [Email] => [email]mike@hia.com[/email] [Tel] => [Fax] => [Street] => [City] => [State] => [Postcode] => [Country] => [CompanyURL] => [ProductURL] => [ProductDescription] => test 31 [ProductCategory] => Education [Sponsorship] => Entry [EmailSubmitter] => [EmailAdmin] => [email]summitinfo@mobileappsshowdown.com[/email] [submit] => Submit [e90bfe4ebb579fc1fc918499adae46ab] => 1 [1cf1] => 0e020dc6f3afbc998505cade08a19eab [chronoformname] => ProductEntry )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK


-------------------------------------------------------
Debug mode with Confirmation Page plug-in disabled:
-------------------------------------------------------
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [Firstname] => [Lastname] => Sarfatti [Company] => [Email] => [email]mike@hia.com[/email] [Tel] => [Fax] => [Street] => [City] => [State] => [Postcode] => [Country] => [CompanyURL] => [ProductURL] => [ProductDescription] => test 32 [ProductCategory] => Entertainment [EmailSubmitter] => [EmailAdmin] => [email]summitinfo@mobileappsshowdown.com[/email] [submit] => Submit [e90bfe4ebb579fc1fc918499adae46ab] => 1 [1cf1] => 0e020dc6f3afbc998505cade08a19eab [chronoformname] => ProductEntry )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from (Mobile Apps Showdown Administrator)summitinfo@mobileappsshowdown.com to [email]summitadmin@mobileappsshowdown.com[/email],mike@hia.com
9. Debug End
This topic is locked and no more replies can be posted.