phantasmic
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
:wtf:
I'm trying to set up a fora using phpBB3's gear and I'm forever geeting the same error:
General Error
SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
SQL
INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_data, log_type) VALUES (2, '124.171.186.239', 1254813073, 'LOG_ERROR_EMAIL', 'a:1:{i:0;s:471:\"<strong>EMAIL/SMTP</strong><br /><em>/forum/install/index.php</em><br /><br />Could not connect to smtp host : 110 : Connection timed out<br /><br /><b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/functions_messenger.php</b> on line <b>879</b>: <b>fsockopen() [<a href=\'function.fsockopen\'>function.fsockopen</a>]: unable to connect to mail.phantasma.co.cc:25 (Connection timed out)</b><br />\n<br />\";}', 2)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 2982
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_messenger.php
LINE: 309
CALL: add_log()
FILE: includes/functions_messenger.php
LINE: 452
CALL: messenger->error()
FILE: includes/functions_messenger.php
LINE: 264
CALL: messenger->msg_email()
FILE: install/install_install.php
LINE: 1947
CALL: messenger->send()
FILE: install/install_install.php
LINE: 107
CALL: install_install->email_admin()
FILE: install/index.php
LINE: 405
CALL: install_install->main()
FILE: install/index.php
LINE: 282
CALL: module->load()
I've set up a forum using phpBB and have never come across this problem. Any help here would be fantastic!
Cheers
Edit:
I had a look through the phpBB community forums and found out that it's more than likely a mySQL Connection Timeout.
Is there any way to edit the php.ini to update the connection timeout?
I'm trying to set up a fora using phpBB3's gear and I'm forever geeting the same error:
General Error
SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
SQL
INSERT INTO phpbb_log (user_id, log_ip, log_time, log_operation, log_data, log_type) VALUES (2, '124.171.186.239', 1254813073, 'LOG_ERROR_EMAIL', 'a:1:{i:0;s:471:\"<strong>EMAIL/SMTP</strong><br /><em>/forum/install/index.php</em><br /><br />Could not connect to smtp host : 110 : Connection timed out<br /><br /><b>[phpBB Debug] PHP Notice</b>: in file <b>/includes/functions_messenger.php</b> on line <b>879</b>: <b>fsockopen() [<a href=\'function.fsockopen\'>function.fsockopen</a>]: unable to connect to mail.phantasma.co.cc:25 (Connection timed out)</b><br />\n<br />\";}', 2)
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/functions.php
LINE: 2982
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_messenger.php
LINE: 309
CALL: add_log()
FILE: includes/functions_messenger.php
LINE: 452
CALL: messenger->error()
FILE: includes/functions_messenger.php
LINE: 264
CALL: messenger->msg_email()
FILE: install/install_install.php
LINE: 1947
CALL: messenger->send()
FILE: install/install_install.php
LINE: 107
CALL: install_install->email_admin()
FILE: install/index.php
LINE: 405
CALL: install_install->main()
FILE: install/index.php
LINE: 282
CALL: module->load()
I've set up a forum using phpBB and have never come across this problem. Any help here would be fantastic!
Cheers
Edit:
I had a look through the phpBB community forums and found out that it's more than likely a mySQL Connection Timeout.
Is there any way to edit the php.ini to update the connection timeout?
Last edited: