I've downloaded and modified the project to meet my requirements. The thing is that I am getting the error below, you can trace the error with ff and firebug, have a look on the url below
Hi Eran - Thanks the script is working great. It is much easier than some of the other scripts I have set up.
The problem was actually not in the smtp configuration. We found the problem in the JavaScript file - it was posting data to "/domain/en/contact-us/umbraco/webservices/RVContactFormMailer.asmx"
instead of "/umbraco/webservices/RVContactFormMailer.asmx".
Sorry I don't think this is relevant to Giorgios problem above - but just in case someone else is getting "error sending mail" this might help.
when not adding trailing slash, it treat this as relative path (and in your case, translate it to: /domain/en/contact-us/umbraco/webservices/RVContactFormMailer.asmx). adding the slash treat it like absolute path from the domain root.
I also got the same error message and it worked well for our site after I changed the EnableSSL to "false". this value is dependent on your host provider.
Error processing the request
Hello,
Thanks for the great utility,
I've downloaded and modified the project to meet my requirements. The thing is that I am getting the error below, you can trace the error with ff and firebug, have a look on the url below
http://zeroin.gr.stereotropism-hosting.com/
Any ideas how to debug the error, I am quite new to .net
- Umbarco 4.5.2
- .net 4
- windows server 2008
- iis 7.5
Thanks! Giorgos
I turned off the custom erros to see what the error is. I am getting this
Any ideas? Giorgos
Hi
Yes thanks for this great package - it looks like a really great form - if I can get it to send a message.
I have the same setup as above - i.e. Umbraco 4.5.2, Windows server 2008, net 4.
The error I am getting is:
hello,
do you have working SMTP configuration? (in you web config)
example for gmail:
Hi Eran - Thanks the script is working great. It is much easier than some of the other scripts I have set up.
The problem was actually not in the smtp configuration. We found the problem in the JavaScript file - it was posting data to "/domain/en/contact-us/umbraco/webservices/RVContactFormMailer.asmx" instead of "/umbraco/webservices/RVContactFormMailer.asmx".
Sorry I don't think this is relevant to Giorgios problem above - but just in case someone else is getting "error sending mail" this might help.
Thanks Richards and if you like it you can vote for it on the main project page, at the top right.
actually this bug was fixed in previous version and i dont know how it got back..
anyway the explanation is:
the ajax call was:
instead of adding trailing slash:
when not adding trailing slash, it treat this as relative path (and in your case, translate it to: /domain/en/contact-us/umbraco/webservices/RVContactFormMailer.asmx). adding the slash treat it like absolute path from the domain root.
i will patch this package asap.
Thanks,
Eran.
i uploaded an updated package and solution with this bug fix.
by the way, i also fix in the js another bug:
the image path of the preloader gif also fixed from relative path (../media etc) to absolute (/media).
Thanks,
Eran.
Eran.
I also got the same error message and it worked well for our site after I changed the EnableSSL to "false". this value is dependent on your host provider.
Hope this helps for some cases!
thanks thang for the tip!
is working on a reply...