user warning: Got error 28 from storage engine
query: SELECT COUNT(*) FROM (SELECT DISTINCT(node.nid) AS nid_1,
node.type AS node_type,
node.nid AS nid,
node.vid AS node_vid,
node.title AS node_title,
uc_products.sell_price AS uc_products_sell_price,
node_data_field_oldprise.field_oldprise_value AS node_data_field_oldprise_field_oldprise_value,
node.created AS node_created
FROM node node
INNER JOIN term_node term_node ON node.vid = term_node.vid
LEFT JOIN uc_products uc_products ON node.vid = uc_products.vid
LEFT JOIN content_type_product node_data_field_oldprise ON node.vid = node_data_field_oldprise.vid
WHERE (node.type in ('product')) AND (node.vid IN (
SELECT tn.vid FROM term_node tn
WHERE tn.tid = 47
)) AND (term_node.tid = 24)
ORDER BY node_created ASC
) count_alias in /home/u5913/domains/tuningmode.ru/sites/all/modules/views/plugins/views_plugin_pager.inc on line 141.
user warning: Got error 28 from storage engine
query: SELECT DISTINCT(node.nid) AS nid_1,
node.type AS node_type,
node.nid AS nid,
node.vid AS node_vid,
node.title AS node_title,
uc_products.sell_price AS uc_products_sell_price,
node_data_field_oldprise.field_oldprise_value AS node_data_field_oldprise_field_oldprise_value,
node.created AS node_created
FROM node node
INNER JOIN term_node term_node ON node.vid = term_node.vid
LEFT JOIN uc_products uc_products ON node.vid = uc_products.vid
LEFT JOIN content_type_product node_data_field_oldprise ON node.vid = node_data_field_oldprise.vid
WHERE (node.type in ('product')) AND (node.vid IN (
SELECT tn.vid FROM term_node tn
WHERE tn.tid = 47
)) AND (term_node.tid = 24)
ORDER BY node_created ASC
LIMIT 0, 18 in /home/u5913/domains/tuningmode.ru/sites/all/modules/views/plugins/views_plugin_query_default.inc on line 1191.
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 = 'tmode' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home/u5913/domains/tuningmode.ru/modules/block/block.module on line 460.