We have moved to Github. Please open tickets there.

#4330 closed Defect (worksforme)

getting MySql gone away error

Reported by: theankush Owned by:
Priority: normal Milestone: Needs Review
Component: Core Version: 1.8.1b1
Severity: blocker Keywords: mysql,gone,fatal error
Cc: brett@… Difficulty:

Description

MySQL server has gone away

QUERY: SELECT DISTINCT e.* FROM elgg_entities e JOIN elgg_objects_entity oe on oe.guid = e.guid WHERE oe.title = 'facebook_connect' AND ((e.type = 'object' AND e.subtype IN (2))) AND (e.site_guid IN (1)) AND ( (1 = 1) and e.enabled='yes') ORDER BY e.time_created desc LIMIT 0, 1
Fatal error in exception handler. Check log for Exception #1327413879

above message is getting, usually on my site. www.wattsay.in

Change History (1)

comment:1 Changed 16 months ago by cash

  • Resolution set to worksforme
  • Status changed from new to closed

Did you google that error? I found this page: http://dev.mysql.com/doc/refman/5.0/en/gone-away.html

Very unlikely to be an Elgg problem. Much more likely your server is overloaded.

I'm closing this ticket. If you determine the error is definitely related to a bug in Elgg, please reopen. If you would like to get support, please post in the forums at http://community.elgg.org. Thanks.

Note: See TracTickets for help on using tickets.