- user warning: Got error 28 from storage engine
query: SELECT node.nid AS nid,
node_data_field_new_date.field_new_date_value AS node_data_field_new_date_field_new_date_value,
node.language AS node_language,
node.type AS node_type,
node.vid AS node_vid,
node.title AS node_title,
node_revisions.body AS node_revisions_body,
node_revisions.format AS node_revisions_format,
node_data_field_publish_date.field_publish_date_value AS node_data_field_publish_date_field_publish_date_value
FROM node node
LEFT JOIN content_type_news node_data_field_new_date ON node.vid = node_data_field_new_date.vid
LEFT JOIN node_revisions node_revisions ON node.vid = node_revisions.vid
LEFT JOIN content_type_news node_data_field_publish_date ON node.vid = node_data_field_publish_date.vid
WHERE (node.type in ('news')) AND (node.language in ('en', '')) AND (node.status <> 0)
ORDER BY node_data_field_publish_date_field_publish_date_value DESC
LIMIT 0, 10 in /var/www/localhost/htdocs/vts-group.info/sites/all/modules/views/includes/view.inc on line 771.
- 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 LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'vts' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/www/localhost/htdocs/vts-group.info/modules/block/block.module on line 433.
|