Phpbb3 - sql error

Status
Not open for further replies.

dansmithlacey25

New Member
Messages
1
Reaction score
0
Points
0
on server stoli keep getting error below when accsessing the ACP any updates on the server fix???

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

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


thnks
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Bigger concern is what you were doing with a copy of the entire front page to criminalsearches.com on your site.

I quote their TOS regarding their webpage:

The Site and all its contents are copyright © 2008 CriminalSearches.com, all rights reserved. All other rights, title and interest (including other copyrights, trademarks and other intellectual property rights) in this Site belong to us. The names of companies and products not owned by us but which are referenced on the Site may be the trademarks of their respective owners. Any use of the copyrighted contents or the trademarks belonging to us without our express written consent is forbidden. Nothing contained in this Site shall be construed as conferring any license or right under any of our intellectual property rights, or under any third party's intellectual property rights.

No part of this Site may be reproduced, republished, copied, transmitted or distributed in any form or by any means.

That last part is a problem. It being on your account would indicate it was reproduced, republished, and copied. This is a zero tolerance violation of the TOS under the Copyright Infringement section, and cannot be removed.



For the record though that error usually means the connection to MySQL was lost temporarily; it usually goes away after a minute or two.
 
Status
Not open for further replies.
Top