Zen Cart Logo
Forums / Upgrading to 1.5.x / Contact Form not Sending after Update

Contact Form not Sending after Update

Views: 971

Results 1 to 10 of 10
21 Jul 2016, 5:02 PM
#1
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Contact Form not Sending after Update

Greetings,
I know there is probably a thread about this in the correct sections -> upgrading 1.3 - 1.5 but after going through 19 pages I decided to just ask. Our site can be seen at https://www.toadland.com. We recently updated the site, everything else functions perfectly fine. The pages still displayed, products are still there it all seemed fine. Then we noticed that our contact us form is not working, we are using the SMTP Auth method, have a completely independent email account for it which also receives our order confirmations. I've ensured there are no typos in the Dropdown list options and I've verified that the email can get messages from other accounts. I'm lost, if the order confirmations work shouldn't the contact us? If so is it an error in the contact us file that I can edit via ftp? Please help, we've been down for a few days. Well just the contact us.

21 Jul 2016, 5:05 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Contact Form not Sending after Update

In that sort of case where the symptoms are isolated to just the contact-us messages, and the dropdown is being used, I start by deleting what's in the dropdown: just leave that setting blank. Then test fresh.

Also, are you using v155a?

21 Jul 2016, 5:10 PM
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

Re: Contact Form not Sending after Update

Your contact_us page is modified from the as-shipped Zen Cart version. Are you sure that you properly merged your site's customizations into the updated /includes/modules/pages/contact_us/header_php.php?

21 Jul 2016, 5:20 PM
#4
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Re: Contact Form not Sending after Update

DrByte,
Thank you for responding so quickly. From what I can see you're a legend on here! I ran the tests without anything in the drop down, still didn't work.

As for the issues, yes it is isolated to the contact us page. I wanted to obliterate it and re create it but I wanted to seek alternatives first.

21 Jul 2016, 5:21 PM
#5
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Re: Contact Form not Sending after Update

Lat,
Thats amazing, I didn't think about that. Let me comb over the original file and compare to the new file, I'll make the appropriate changes but I don't think there are any. This was a real basic setup.

21 Jul 2016, 5:32 PM
#6
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Re: Contact Form not Sending after Update

Lat9 & DrByte,

I made the appropriate changes in the file Lat9 mentioned, honestly there were no differences aside from an additional line break and beginning statement. Weird, but it works now!!! You are so awesome!!! thank you so much!!! Rock on, I never would have though of that. I'm used to Joomla, Drupal and Wordpress. I'm actually quite impressed with Zencart its amazing.

21 Jul 2016, 5:45 PM
#7
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

Re: Contact Form not Sending after Update

It's those little things that make code go wonky! Welcome to the Zen Cart community.

21 Jul 2016, 6:28 PM
#8
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Re: Contact Form not Sending after Update

I know, Its the smallest things. Thank you so much Lat9 I hope to be able to provide and help as much as you two! Oh I wanted to ask is there anyway to check or view the contact us emails that weren't sent?

21 Jul 2016, 6:33 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Contact Form not Sending after Update

Cesgarci:

is there anyway to check or view the contact us emails that weren't sent?
If they were never actually sent, then no. Period.

If they "were" sent but never "arrived", then ... if you'd enabled email-archiving (Admin->Config->Email Options) then they'd be stored in the database (and quickly filling up a lot of disk space on your server) and could be retrieved by using the Email Archive Viewer plugin.

21 Jul 2016, 6:37 PM
#10
cesgarci avatar

cesgarci

New Zenner

Join Date:
Jul 2016
Location:
United States
Posts:
6
Plugin Contributions:
0

Re: Contact Form not Sending after Update

Thank you Dr.Byte