HTTP_ERROR_CANT_CONNECT - 3 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HTTP_ERROR_CANT_CONNECT - 3 (
/showthread.php?tid=454826)
HTTP_ERROR_CANT_CONNECT - 3 -
Gigi-The-Beast - 30.07.2013
Hello
I am using Slices Mailer Include.
I've used it for about half a year. Recently I saw that registration mails aren't sent from the server anymore. After some research, I found that the HTTP function is returning "HTTP_ERROR_CANT_CONNECT - 3".
What does it mean and what should I do?
Thank you
Re: HTTP_ERROR_CANT_CONNECT - 3 -
Sublime - 30.07.2013
Which web server did you upload the mailer.php (or mail, w/e) file which came with Slice's mailer to? It might be down, if it's critical, upload it to a new, and faster server.
Re: HTTP_ERROR_CANT_CONNECT - 3 -
Gigi-The-Beast - 30.07.2013
To my own vps server, where forum and game server are located. That can't be the problem.
Re: HTTP_ERROR_CANT_CONNECT - 3 -
SuperViper - 30.07.2013
Make sure that apache (httpd) is running on the server with the
PHP file on it..
Re: HTTP_ERROR_CANT_CONNECT - 3 -
Gigi-The-Beast - 30.07.2013
It is running. My website is online and functional.
What does the "HTTP_ERROR_CANT_CONNECT" mean?
Edit: tested the php_mail() function via the web (with a php test script), it is working and sending mail as it should.
So what could be the issue with the game server being unable to "connect" to the web script?
Re: HTTP_ERROR_CANT_CONNECT - 3 -
Vince - 30.07.2013
Did you change anything on the web server recently? The user agent might be blocked.