MySQLi Error

Status
Not open for further replies.

mljother82

New Member
Messages
1
Reaction score
0
Points
0
I am receiving a MySQLi error in my phpBB forum while accessing the ACP. Here is the error:
Code:
General Error
SQL ERROR [ mysqli ]

Lost connection to MySQL server during query [2013]

SQL

SELECT COUNT(attach_id) AS total_orphan FROM phpbb_attachments WHERE is_orphan = 1 AND filetime < 1292442508

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_main.php
LINE: 490
CALL: dbal_mysqli->sql_query()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_main->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()

Does this have to do with the upgrade? It was working correctly earlier so I am curious. Thanks! :D
 
Status
Not open for further replies.
Top