Keep getting this error message! -...

User 103173 Photo


VP of Software Development
0 posts

Cindy Roland wrote:
I have used this form builder since forever and usually have no problems. All forms working with the recaptcha were working fine until today. Every single form on a dozen or so sites come up with the "could not open socket" error all of a sudden.

I took the captcha out and all is well and good. So why did this happen? Works fine and then doesn't?

Another suggestion for putting in some kind of captcha...(that might be a little easier since often the words are hard to read for a lot of people)..

Thanks ahead of time!


I have never seen that error before, but it sounds like Google may have had some issues. You can see other people talking about that over the years.

https://www.google.com/search?q=recaptc … p;ie=UTF-8

You could use Regular Expressions as a CAPTCHA instead. Put some text like "2+4=" and then in the Regular Expression, only allow the number 6. You could do that with words as well.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2147626 Photo


Ambassador
2,958 posts

Or just add a 'required' checkbox that reads 'Are you human?'

They'll have to check the box to continue... :D
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 103173 Photo


VP of Software Development
0 posts

Scottco wrote:
Help,
Getting error message when I hit the submit button

Your form could not be submitted for the following reason(s):
Warning: [ err 2/line 391/config.cls.php] session_start(): open(/var/php_sessions/sess_c0936f3c200e5ca16b07b6f45cec5ffa, O_RDWR) failed: No such file or directory (2)

I am using domain.com I looked for the folder and do not see storage did a check under properties and it is set to 755 undef public files

the page is http://www.homelandelec.com/new-page.html

Thanks Scott

PHP Sessions are disabled on your server. Have your hosting provider enable those and it will start working.

http://www.homelandelec.com/quote%20for … ertest.php
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 2147626 Photo


Ambassador
2,958 posts

Answered in your other post. Check your setup for 'spaces' in your file/directory names and replace them with - or _

Then try it again and let us know if you still have a problem. :cool:
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 187934 Photo


Senior Advisor
20,271 posts

Remove the spaces from the form name.:) An d get sessions enabled on your host.;)
this
quote form.php
to this
quoteform.php
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.