user warning: Can't create/write to file '/tmp/#sql_31f_0.MYI' (Errcode: 122)
query: SELECT DISTINCT(node.nid) AS nid,
term_data.name AS term_data_name,
term_data.vid AS term_data_vid,
term_data.tid AS term_data_tid,
term_image.tid AS term_image_tid,
term_data.description AS term_data_description,
uc_products.sell_price AS uc_products_sell_price
FROM node node
INNER JOIN term_node term_node ON node.vid = term_node.vid
LEFT JOIN term_data term_data ON term_node.tid = term_data.tid
LEFT JOIN term_image term_image ON term_node.tid = term_image.tid
LEFT JOIN uc_products uc_products ON node.vid = uc_products.vid
WHERE (node.status = 1 OR (node.uid = 0 AND 0 <> 0) OR 0 = 1) AND (node.type in ('guitar')) AND (term_node.tid = 134)
GROUP BY nid
ORDER BY uc_products_sell_price DESC
LIMIT 0, 1 in /home/wunjogui/public_html/sites/all/modules/views/includes/view.inc on line 810.
user warning: Can't create/write to file '/tmp/#sql_31f_0.MYI' (Errcode: 122)
query: SELECT node.nid AS nid,
node.type AS node_type,
node.vid AS node_vid,
node.title AS node_title,
uc_products.sell_price AS uc_products_sell_price,
node_revisions.body AS node_revisions_body,
node_revisions.format AS node_revisions_format
FROM node node
LEFT JOIN uc_products uc_products ON node.vid = uc_products.vid
LEFT JOIN 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.type in ('guitar')) AND (node.vid IN (
SELECT tn.vid FROM term_node tn
WHERE tn.tid = 134
))
ORDER BY uc_products_sell_price DESC
LIMIT 0, 10 in /home/wunjogui/public_html/sites/all/modules/views/includes/view.inc on line 810.