phpBB query problem

Status
Not open for further replies.

tiagoribeiro319

New Member
Messages
3
Reaction score
0
Points
0
Hi, i first i just want to say that your service is great!

I just installed phpBB in my host, everything works fine until i try access Administration Control Panel, logged in as admin. It gives me the following error:

SQL ERROR [ mysql4 ]

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

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

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

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

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

Any ideas?

Thank you!
 

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
Do you get this error once in a while or continuously?
 

tiagoribeiro319

New Member
Messages
3
Reaction score
0
Points
0
Do you get this error once in a while or continuously?

Well now i'm getting this error 3 time out of 5 tries, when i click the ACP..

EDITED:

Well, in the last 15 or more minutes i'm not being able to access the Administration Control Panel, it keeps giving me the same error...
 
Last edited:

masshuu

Head of the Geese
Community Support
Enemy of the State
Messages
2,293
Reaction score
50
Points
48
My test forum isn't generating an error. Are you using any mods?
 
Status
Not open for further replies.
Top