Closed (fixed)
Project:
Jeopardy
Version:
5.x-1.0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2007 at 02:57 UTC
Updated:
9 Oct 2007 at 13:33 UTC
I enter questions (well, most of them anyways) and then hit preview and I get the following error:
user warning: Got error 28 from storage engine query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = 'bluemarine' AND b.status = 1 AND (r.rid IN (2) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home2/rizzopvd/public_html/includes/database.mysql.inc on line 172.
Comments
Comment #1
dwees commentedWell this must have been annoying. From the query information it doesn't look like a Jeopardy module error because that's not a query my module would produce.
Are you able to reproduce the error? If so, could you let me know if it only happens on Jeopardy nodes, or does it happen on any other nodes?
Dave
Comment #2
dwees commentedThis doesn't look a Jeopardy error, so I'm closing this. If anyone has more information to shed on it, they are welcome to re-open this issue.