404
Page not found.
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a62d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT DISTINCT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_type') AND tr.object_id IN (53562)
ORDER BY t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a62e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT DISTINCT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_visibility') AND tr.object_id IN (53562)
ORDER BY t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a62f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT DISTINCT t.term_id
FROM wp_terms AS t LEFT JOIN wp_termmeta ON ( t.term_id = wp_termmeta.term_id AND wp_termmeta.meta_key='order') INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_cat') AND tr.object_id IN (53562) AND (
( wp_termmeta.meta_key = 'order' OR wp_termmeta.meta_key IS NULL )
)
ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a630.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT DISTINCT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_tag') AND tr.object_id IN (53562)
ORDER BY t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a631.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT DISTINCT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_shipping_class') AND tr.object_id IN (53562)
ORDER BY t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a632.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM wp_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wp_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'AT', '' ) AND tax_rate_state IN ( '', '' ) AND tax_rate_class = '' AND ( ( locations.location_type IS NULL ) OR (
locations.location_type = 'postcode' AND locations.location_code IN ('','*')
AND (
( locations2.location_type = 'city' AND locations2.location_code = '' )
OR NOT EXISTS (
SELECT sub.tax_rate_id FROM wp_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = 'city'
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
)
) OR (
locations.location_type = 'city' AND locations.location_code = ''
AND NOT EXISTS (
SELECT sub.tax_rate_id FROM wp_woocommerce_tax_rate_locations as sub
WHERE sub.location_type = 'postcode'
AND sub.tax_rate_id = tax_rates.tax_rate_id
)
) )
GROUP BY tax_rates.tax_rate_id
ORDER BY tax_rates.tax_rate_priority
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a633.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a634.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('product_visibility')
ORDER BY t.name ASC
WordPress-Datenbank-Fehler: [Disk full (/tmp/#sql-temptable-2723eb-7e955-1a635.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (0)
)
AND
wp_term_relationships.term_taxonomy_id IN (104)
) AND (
wp_postmeta.meta_key = '_sku'
) AND ((wp_posts.post_type = 'product' AND (wp_posts.post_status = 'publish')))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value ASC
LIMIT 30, 30
Page not found.