[phpbb] problem with mail function

Status
Not open for further replies.

phijazz

New Member
Messages
3
Reaction score
0
Points
0
Hi,

I just have to upload my phpbb site. I set the mail options, I chose to send with SMTP, I put the smtp address that I received and the user + passwd in the ACP but I have this error.

Code:
[B]Erreur générale[/B]

            SQL ERROR [ mysql4 ]

Lost connection to MySQL server during query [2013]

SQL

INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_data, log_type) VALUES ('2', 'xxx.xxx.xxx.199', 1265493787, 'LOG_ERROR_EMAIL', 'a:1:{i:0;s:486:\"<strong>EMAIL/SMTP</strong><br /><em>/memberlist.php</em><br /><br />Impossible de se connecter au serveur smtp : 110 : Connection timed out<br /><br />&lt;b&gt;[phpBB Debug] PHP Notice&lt;/b&gt;: in file &lt;b&gt;/includes/functions_messenger.php&lt;/b&gt; on line &lt;b&gt;910&lt;/b&gt;: &lt;b&gt;fsockopen() [&lt;a href=\'function.fsockopen\'&gt;function.fsockopen&lt;/a&gt;]: unable to connect to mail.horreuragricola.exofire.net:25 (Connection timed out)&lt;/b&gt;&lt;br /&gt;\n<br />\";}', 2)

BACKTRACE
[FONT=monospace]
[B]FILE:[/B] includes/db/mysql.php
[B]LINE:[/B] 174
[B]CALL:[/B] dbal->sql_error()

[B]FILE:[/B] includes/functions.php
[B]LINE:[/B] 3224
[B]CALL:[/B] dbal_mysql->sql_query()

[B]FILE:[/B] includes/functions_messenger.php
[B]LINE:[/B] 346
[B]CALL:[/B] add_log()

[B]FILE:[/B] includes/functions_messenger.php
[B]LINE:[/B] 485
[B]CALL:[/B] messenger->error()

[B]FILE:[/B] includes/functions_messenger.php
[B]LINE:[/B] 301
[B]CALL:[/B] messenger->msg_email()

[B]FILE:[/B] memberlist.php
[B]LINE:[/B] 872
[B]CALL:[/B] messenger->send()[/FONT]
cleardot.gif

Does anyone know what that means ?
 
Status
Not open for further replies.
Top