I am using Beanstalk server with Pheanstalk Connection in php application.
Previously it was fine, but suddenly it is getting error
Critical: Fatal. Socket error 110: Connection timed out
Any help would be appreciated.
Thanks
I am using Beanstalk server with Pheanstalk Connection in php application.
Previously it was fine, but suddenly it is getting error
Critical: Fatal. Socket error 110: Connection timed out
Any help would be appreciated.
Thanks
This is a problem at your firewall, you should read the manual or config files of Beanstalk server to find out what port it's using and allow the used ports (default 11300) in your firewall where needed. After this you should never see this error again. If it's still not working: Please set the IP as well
I hope this is helpful to you and will bring you into the right direction.