Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT DISTINCT t.term_id
FROM wor885_terms AS t LEFT JOIN wor885_termmeta ON ( t.term_id = wor885_termmeta.term_id AND wor885_termmeta.meta_key='order') INNER JOIN wor885_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wor885_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_cat') AND tr.object_id IN (13890) AND (
( wor885_termmeta.meta_key = 'order' OR wor885_termmeta.meta_key IS NULL )
)
ORDER BY wor885_termmeta.meta_value+0 ASC, t.name ASC
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_name, option_value FROM wor885_options WHERE option_name IN ('_transient_wc_term_counts','_transient_timeout_wc_term_counts')
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_term_counts', '1746290064', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_term_counts', 'a:0:{}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT DISTINCT t.term_id
FROM wor885_terms AS t INNER JOIN wor885_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wor885_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_tag') AND tr.object_id IN (13890)
ORDER BY t.name ASC
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_wc_term_counts', '1746290064', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_wc_term_counts', 'a:0:{}', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT DISTINCT t.term_id
FROM wor885_terms AS t INNER JOIN wor885_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wor885_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 (13890)
ORDER BY t.name ASC
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT tax_rate_id, location_code FROM wor885_woocommerce_tax_rate_locations WHERE location_type = 'postcode' AND location_code LIKE '%...%';
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM wor885_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'ES', '' ) AND tax_rate_state IN ( 'M', '' ) 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 wor885_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 wor885_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
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT tax_rate_id, location_code FROM wor885_woocommerce_tax_rate_locations WHERE location_type = 'postcode' AND location_code LIKE '%...%';
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM wor885_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'ES', '' ) AND tax_rate_state IN ( 'M', '' ) AND tax_rate_class = 'tasa-reducida' 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 wor885_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 wor885_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
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT tax_rate_id, location_code FROM wor885_woocommerce_tax_rate_locations WHERE location_type = 'postcode' AND location_code LIKE '%...%';
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM wor885_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'ES', '' ) AND tax_rate_state IN ( 'M', '' ) AND tax_rate_class = '' AND ( ( locations.location_type IS NULL ) OR (
locations.location_type = 'postcode' AND locations.location_code IN ('28017','28017*','2801*','280*','28*','2*','*')
AND (
( locations2.location_type = 'city' AND locations2.location_code = 'MADRID' )
OR NOT EXISTS (
SELECT sub.tax_rate_id FROM wor885_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 = 'MADRID'
AND NOT EXISTS (
SELECT sub.tax_rate_id FROM wor885_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
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT tax_rate_id, location_code FROM wor885_woocommerce_tax_rate_locations WHERE location_type = 'postcode' AND location_code LIKE '%...%';
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT tax_rates.*, COUNT( locations.location_id ) as postcode_count, COUNT( locations2.location_id ) as city_count
FROM wor885_woocommerce_tax_rates as tax_rates
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations ON tax_rates.tax_rate_id = locations.tax_rate_id
LEFT OUTER JOIN wor885_woocommerce_tax_rate_locations as locations2 ON tax_rates.tax_rate_id = locations2.tax_rate_id
WHERE 1=1 AND tax_rate_country IN ( 'ES', '' ) AND tax_rate_state IN ( 'M', '' ) AND tax_rate_class = 'tasa-reducida' AND ( ( locations.location_type IS NULL ) OR (
locations.location_type = 'postcode' AND locations.location_code IN ('28017','28017*','2801*','280*','28*','2*','*')
AND (
( locations2.location_type = 'city' AND locations2.location_code = 'MADRID' )
OR NOT EXISTS (
SELECT sub.tax_rate_id FROM wor885_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 = 'MADRID'
AND NOT EXISTS (
SELECT sub.tax_rate_id FROM wor885_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
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wor885_options WHERE option_name = 'thwcfd_advanced_settings' LIMIT 1
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wor885_options WHERE option_name = 'wc_fields_shipping' LIMIT 1
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wor885_options WHERE option_name = 'woocommerce_cart_page_id' LIMIT 1
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]
SELECT ID, post_name, post_parent, post_type
FROM wor885_posts
WHERE post_name IN ('games-workshop','age-of-sigmar')
AND post_type IN ('page','attachment')
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT wor885_posts.*
FROM wor885_posts
WHERE 1=1 AND wor885_posts.post_name = 'age-of-sigmar' AND wor885_posts.post_type = 'attachment'
ORDER BY wor885_posts.post_date DESC
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT post_id FROM wor885_postmeta, wor885_posts WHERE ID = post_id AND post_type = 'attachment' AND meta_key = '_wp_old_slug' AND meta_value = 'age-of-sigmar'
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT ID FROM wor885_posts WHERE post_name LIKE 'age-of-sigmar%' AND post_type IN ('post', 'page', 'attachment', 'product') AND post_status IN ('publish', 'wc-pos-open', 'wc-pos-partial')
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT ID FROM wor885_posts WHERE post_name LIKE 'age-of-sigmar%' AND post_type IN ('post', 'page', 'attachment', 'product') AND post_status IN ('publish', 'wc-pos-open', 'wc-pos-partial')
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT a.action_id FROM wor885_actionscheduler_actions a WHERE 1=1 AND a.hook='wc_schedule_pending_batch_processes' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_value FROM wor885_options WHERE option_name = 'wc_pending_batch_processes' LIMIT 1
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SELECT option_name, option_value FROM wor885_options WHERE option_name IN ('_transient_jetpack_update_remote_package_last_query','_transient_timeout_jetpack_update_remote_package_last_query')
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_timeout_jetpack_update_remote_package_last_query', '1743698124', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]INSERT INTO `wor885_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_jetpack_update_remote_package_last_query', '1743698064', 'off') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SHOW FULL COLUMNS FROM `wor885_woocommerce_sessions`
Error en la base de datos de WordPress: [User 'devkwogpro' has exceeded the 'max_questions' resource (current value: 64000)]SHOW FULL COLUMNS FROM `wor885_woocommerce_sessions`