Polls
- user warning: Can't create/write to file '/tmp/#sql_3e8_0.MYI' (Errcode: 2)
query: SELECT n.nid, n.title, p.active, n.created, SUM(c.chvotes) AS votes FROM node n INNER JOIN poll p ON n.nid = p.nid INNER JOIN poll_choices c ON n.nid = c.nid WHERE n.status = 1 GROUP BY n.nid, n.title, p.active, n.created ORDER BY n.created DESC LIMIT 0, 15 in /data/www/benthub/modules/poll/poll.pages.inc on line 16.
- user warning: Can't create/write to file '/tmp/#sql_3e8_0.MYI' (Errcode: 2)
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 = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /data/www/benthub/modules/block/block.module on line 456.