Phpbb3 error reporting

Have your say about this website and forums. All opinions welcome! See Recruiting Topic for Procedure to join.
Post Reply
SpaceNut
Posts: 13
Joined: Thu Apr 11, 2024 12:07 am

Re: Phpbb3 error reporting

Post 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.
tahanson43206
Site Admin
Posts: 118
Joined: Wed Apr 10, 2024 11:24 pm
Location: Earth
Contact:

Re: Phpbb3 error reporting

Post 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)
SpaceNut
Posts: 13
Joined: Thu Apr 11, 2024 12:07 am

Phpbb3 error reporting

Post 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()
Post Reply