Online slots
- user warning: Got error 28 from storage engine
query: SELECT COUNT(*) FROM (SELECT node.type AS node_type,
node.nid AS nid,
node.vid AS node_vid,
votingapi_cache_node_percent_vote_average.value AS votingapi_cache_node_percent_vote_average_value,
node.title AS node_title,
node_revisions.teaser AS node_revisions_teaser,
node_revisions.format AS node_revisions_format,
node.sticky AS node_sticky,
node.created AS node_created
FROM swportal_node node
LEFT JOIN swportal_votingapi_cache votingapi_cache_node_percent_vote_average ON node.nid = votingapi_cache_node_percent_vote_average.content_id AND (votingapi_cache_node_percent_vote_average.content_type = 'node' AND votingapi_cache_node_percent_vote_average.value_type = 'percent' AND votingapi_cache_node_percent_vote_average.tag = 'vote' AND votingapi_cache_node_percent_vote_average.function = 'average')
LEFT JOIN swportal_node_revisions node_revisions ON node.vid = node_revisions.vid
WHERE (node.status = 1 OR (node.uid = 0 AND 0 <> 0) OR 0 = 1) AND (node.vid IN (
SELECT tn.vid FROM swportal_term_node tn
LEFT JOIN swportal_term_hierarchy th ON th.tid = tn.tid
LEFT JOIN swportal_term_hierarchy th1 ON th.parent = th1.tid
WHERE tn.tid = 551
OR th1.tid = 551
))
) count_alias in /var/www/drupal/sites/all/modules/views/plugins/views_plugin_pager.inc on line 141.
- user warning: Incorrect key file for table '/tmp/#sql_9ec_1.MYI'; try to repair it
query: SELECT COUNT(*) FROM (SELECT comments.cid AS cid,
comments.nid AS comments_nid,
node_comments.nid AS node_comments_nid,
comments.timestamp AS comments_timestamp,
comments.name AS comments_name,
comments.uid AS comments_uid,
comments.homepage AS comments_homepage,
comments.subject AS comments_subject
FROM swportal_comments comments
LEFT JOIN swportal_node node_comments ON comments.nid = node_comments.nid
WHERE node_comments.status = 1 OR (node_comments.uid = 0 AND 0 <> 0) OR 0 = 1
) count_alias in /var/www/drupal/sites/all/modules/views/plugins/views_plugin_pager.inc on line 141.