wp-disable domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/soa.manticasolution.com/httpdocs/wp-includes/functions.php on line 6170Errore sul database di WordPress: [Table 'soa_prd0207ux_dev.V9W1jvtQi_wpcd_discounts' doesn't exist]
SELECT d.id, d.discount_amount_type, d.discount_amount, cr.cart_discount_type, cr.discount_applicable_with_other_discount, cr.automatically_add_type FROM V9W1jvtQi_wpcd_discounts d
LEFT JOIN V9W1jvtQi_wpcd_cart_discount_rules cr ON d.id=cr.discount_id
WHERE
d.discount_type=2 AND
cr.cart_discount_type='1' AND
d.status=1 AND (
(cr.min_cart_value IS NULL AND cr.max_cart_value IS NULL) OR
(cr.min_cart_value IS NULL AND 0 <= cr.max_cart_value) OR
(cr.max_cart_value IS NULL AND 0 >= cr.min_cart_value) OR
(0 >= cr.min_cart_value AND 0 <= cr.max_cart_value)
) AND (
(d.start_date IS NULL AND d.end_date IS NULL) OR
(d.start_date IS NULL AND '2026-07-17' <= d.end_date) OR
(d.end_date IS NULL AND '2026-07-17' >= d.start_date) OR
('2026-07-17' >= d.start_date AND '2026-07-17' <= d.end_date)
) AND cr.automatically_add_type=1