Page 1 of 1

Re: Phpbb3 error reporting

Posted: Sun Apr 28, 2024 2:46 pm
by SpaceNut
Good to know that the mars society server will not have this problem as the contents of the quote was what I had seen.

Re: Phpbb3 error reporting

Posted: Sat Apr 27, 2024 11:34 pm
by tahanson43206
For SpaceNut ... the error you saw is caused by the MySQL program running out of memory (or) having gone to sleep. My account is only allocated 1 Gb of RAM, and MySQL uses half of that just to do the simplest things. You can refresh the page and the program will wake up and complete the task.

I'm unsure of how to request more RAM, and also worried about additional charges.

(th)

Phpbb3 error reporting

Posted: Thu Apr 25, 2024 11:07 pm
by SpaceNut
I got this error but it did go through.
General Error
SQL ERROR [ mysqli ]

MySQL server has gone away [2006]

SQL

DELETE FROM phpbb_login_attempts WHERE user_id = 58

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/auth/provider/db.php
LINE: 231
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/phpbb/auth/auth.php
LINE: 949
CALL: phpbb\auth\provider\db->login()

FILE: [ROOT]/includes/functions.php
LINE: 2344
CALL: phpbb\auth\auth->login()

FILE: [ROOT]/adm/index.php
LINE: 37
CALL: login_box()