- First try to correct the \’hideit\’ code in the form.phtml and IndexController.php files (see previous posts).
- Adjust the backoffice settings to use the right template and settings (see previous posts).
- Try to upload all the default email templates as mentioned in previous posts.
Still not working? Don\’t worry, it is probably your Template.php file in code/core/magento/core/model/email/template.php
Update this file (or the one in your local-dir) and everything probably works fine!
Weird,
I got this to work initially, but for some reason this does not work in 1.6.2.0 anymore.
I also had the SMTP Pro plugin installed, but removed it again. It seems that al the changes that I do in IndexController.php have no effect at all. Like it isn’t even used....
Dear Everyone,
I check with my FTP and it show me the following folder: app/design/frontend/base/default/template.
My version is 1.6.2.0
Of course, without the Contact folder.
I upload the pdf file. Any one have any suggestions please advise.
My site is Halongbayprivatecruises.com
I am having same issue with the contact form.
I am using CE 1.6.1 and have looked in all previous fixes and none has helped me.
Can anybody PLEASE help me?
Many thanks
Joao
Important: Do NOT change the name and email fields!!! Thees are required. Otherwise you will get this message: “Unable to submit your request. Please, try again later” when submitting the contact form.
One reason for this error is email sending is failed.
Verify email is sending or not.
To confirm you can commented out below code , just for test.
Line No: 66
/* if (!$mailTemplate->getSentSuccess()) { throw new Exception(); }*/
Most of the answers to this question involve responses that involve hacks. As we want our site to be easily upgradable, we attempt to stay away from hacks. The answer for us on version 1.6.2 was to remove the second email address from the email address field in configuration for the “contact us” details and error went away.