phpBB Administration Control Panel not working correctly

Status
Not open for further replies.

jeremy5357

New Member
Messages
5
Reaction score
0
Points
0
I am having problems opening the Administration Control Panel on my phpBB installation.
It is a fresh installation, without mods.

The error reads:

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 < 1294432325

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


As there is nothing on the board yet, you can use the following to log in as administrator:
Username: Jeremy
Password: *snip*
 
Last edited by a moderator:

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
I answered this thread on phpBB.com, I believe that it should be fixed by now?

~Callum
 

jeremy5357

New Member
Messages
5
Reaction score
0
Points
0
Not yet, still having the same problem.

---------- Post added at 02:09 AM ---------- Previous post was at 02:08 AM ----------

This only happens to the first page of the ACP though. Every other page works fine.
 

callumacrae

not alex mac
Community Support
Messages
5,257
Reaction score
97
Points
48
As I said on your thread on phpBB.com, the problem should now be resolved.

~Callum
 
Status
Not open for further replies.
Top