elitestorms15
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
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 < 1293332135
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()
Can someone help me and tell what I'm doing wrong with my phpbb?
I can access the website but this is what I get when I try to access the admins area...
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 < 1293332135
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()
Can someone help me and tell what I'm doing wrong with my phpbb?
I can access the website but this is what I get when I try to access the admins area...