Jump to content

SMTP error message while posting? Makes no sense to me.


Recommended Posts

Hi, Tip.It Forum Admins.

 

 

 

I dunno why, but I'm getting this message while trying to post...

 

General Error

 

 

 

Could not connect to smtp host : 110 : Connection timed out

 

 

 

DEBUG MODE

 

 

 

Line : 93

 

File : smtp.php

 

...and I'm not even trying to send e-mail. (Can't do that on this forum anyway...)

 

 

 

All I'm going to ask is please tell me why this is happening, and please not to flame me while responding. :-s ... I'm reasonably sure it is a bug that needs an "admin-squashing". ::' (Halloween veggie pun intended.)

 

 

 

Thanks in advance for nailing it.

 

 

 

~Mr. Devnull

 

 

 

(Note: I've posted this publically so other forum users won't go bonkers, so please don't flame me over that.)

tifuserbar-dsavi_x4.jpg and normally with a cool mind.

(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.)

Link to comment
Share on other sites

got one as well <.<

modjohan.jpg

l_the_seer_l.png

I am known only as The Seer. I have many names and many different forms. Cross me at your own risk, fight me at your own peril, but join me and fight by my side, and none shall stand before our power.

Owner of the Quest, Firemaking*2-12-08*, Fletching, Magic, Defense, Cooking, HP, Attack, Strength, Herblore, Summoning, Farming and Prayer Capes.

Link to comment
Share on other sites

All I'm going to ask is please tell me why this is happening, and please not to flame me while responding. :-s ... I'm reasonably sure it is a bug that needs an "admin-squashing". ::' (Halloween veggie pun intended.)

 

 

 

It's exactly what the errors says. It can't connect to the SMTP server. Looking up what SMTP is will tell you it has to do with email. PhpBB happens to have features that email users when a reply is made to a thread or when other similar events happen. It can't connect to the email server to send said notices, that would be why the error appears.

 

 

 

Simple logic answers so many questions.

Link to comment
Share on other sites

I'm getting error messages like the one described and I don't even have said feature(the email one) turned on!! -.-

 

 

 

It has nothing to do with just you. If *anyone* has subscribed to the thread with the email options everyone that replys will get the error because it fails to send the emails other subscribed to.

Link to comment
Share on other sites

I'm getting error messages like the one described and I don't even have said feature(the email one) turned on!! -.-

 

 

 

It has nothing to do with just you. If *anyone* has subscribed to the thread with the email options everyone that replys will get the error because it fails to send the emails other subscribed to.

 

 

 

I'm not so sure its whether anyone is subscribed to it, but the fact that it exists and could be subscribed to. What I would imagine the board does is it connects to said server and finds itself in the list. This connection would be where the error is coming from, and not the sending of the e-mail itself. After it makes the connection, it finds subscribed users and sends the e-mail.

 

 

 

So you'd get the error one way or another, and this would probably just be an issue with the mailing server. This would be a problem on our end somewhere, and is absolutely nothing to worry about since your post still gets posted. All it does is inconvenience you to go back through the main forum index to get back to where you were.

f475e02ecc.png

don't worry, you are going to "hell" anyway. wanna race to see who gets there first?

Officially reached 100 Combat at 1:33PM EST, June 14, 2007

First Dragon Drop: Dragon Chain (Dust Devils) @ 10:48PM EST, July 14, 2008, lv113 combat

Link to comment
Share on other sites

I'm not so sure its whether anyone is subscribed to it, but the fact that it exists and could be subscribed to. What I would imagine the board does is it connects to said server and finds itself in the list. This connection would be where the error is coming from, and not the sending of the e-mail itself. After it makes the connection, it finds subscribed users and sends the e-mail.

 

Connecting to the mail server with each and every post regardless of mail settings is a rather stupid way to do it when you can just selectively connect and send mail as required per thread.

 

 

 

You can go look in functions_post.php for the user_notification function and look at what the code does. It checks for subscribed users before trying to connect. :P

Link to comment
Share on other sites

I'm not so sure its whether anyone is subscribed to it, but the fact that it exists and could be subscribed to. What I would imagine the board does is it connects to said server and finds itself in the list. This connection would be where the error is coming from, and not the sending of the e-mail itself. After it makes the connection, it finds subscribed users and sends the e-mail.

 

Connecting to the mail server with each and every post regardless of mail settings is a rather stupid way to do it when you can just selectively connect and send mail as required per thread.

 

 

 

You can go look in functions_post.php for the user_notification function and look at what the code does. It checks for subscribed users before trying to connect. :P

 

 

 

Fair enough. I don't go looking through a site's code though. Don't want to get blamed as a hacker :ohnoes:

f475e02ecc.png

don't worry, you are going to "hell" anyway. wanna race to see who gets there first?

Officially reached 100 Combat at 1:33PM EST, June 14, 2007

First Dragon Drop: Dragon Chain (Dust Devils) @ 10:48PM EST, July 14, 2008, lv113 combat

Link to comment
Share on other sites

I'm not so sure its whether anyone is subscribed to it, but the fact that it exists and could be subscribed to. What I would imagine the board does is it connects to said server and finds itself in the list. This connection would be where the error is coming from, and not the sending of the e-mail itself. After it makes the connection, it finds subscribed users and sends the e-mail.

 

Connecting to the mail server with each and every post regardless of mail settings is a rather stupid way to do it when you can just selectively connect and send mail as required per thread.

 

 

 

You can go look in functions_post.php for the user_notification function and look at what the code does. It checks for subscribed users before trying to connect. :P

 

 

 

Fair enough. I don't go looking through a site's code though. Don't want to get blamed as a hacker :ohnoes:

 

 

 

I think he means in the phpbb source code. There's no way you could see the php code of a site like this; iirc, it'll just say "Hacking attempt" and die.

Link to comment
Share on other sites

Fair enough. I don't go looking through a site's code though. Don't want to get blamed as a hacker :ohnoes:

 

 

 

I think he means in the phpbb source code. There's no way you could see the php code of a site like this; iirc, it'll just say "Hacking attempt" and die.

 

Yar, I don't have access to the Tip.It forum code. I'm talking about a vanila install of phpBB 2. I have a test forum on my LAN server for fiddling with so I just looked there. :P

Link to comment
Share on other sites

All I'm going to ask is please tell me why this is happening, and please not to flame me while responding. :-s ... I'm reasonably sure it is a bug that needs an "admin-squashing". ::' (Halloween veggie pun intended.)

 

It's exactly what the errors says. It can't connect to the SMTP server. Looking up what SMTP is will tell you it has to do with email. PhpBB happens to have features that email users when a reply is made to a thread or when other similar events happen. It can't connect to the email server to send said notices, that would be why the error appears.

 

 

 

Simple logic answers so many questions.

 

Alright, thanks for the info. :) ... Hmm, I guess I need to read a bit more, seeing as I never use features like that. :-k

 

 

 

HEY!!! Wait-a-minute, didn't I ask to NOT get flamed? :shock: (Hint: Last line in your post, "Simple logic answers so many questions.")

 

 

 

~Mr. Devnull

tifuserbar-dsavi_x4.jpg and normally with a cool mind.

(Warning: This user can be VERY confusing to some people... And talks in 3rd person for the timebeing due to how insane they are... Sometimes even to themself.)

Link to comment
Share on other sites

 

 

 

HEY!!! Wait-a-minute, didn't I ask to NOT get flamed? :shock: (Hint: Last line in your post, "Simple logic answers so many questions.")

 

 

 

~Mr. Devnull

 

 

 

Seriously, go have a cry. If you think that is flaming then you really shouldn't be using forums.

newsigzl2.jpg

^Sir Jem 05-The Bunny Drinking Blog?^ Click it!

tetsupportsig2.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.