traveler a été déclenché trop tôt. Cela indique généralement que du code dans l’extension ou le thème s’exécute trop tôt. Les traductions doivent être chargées au moment de l’action init ou plus tard. Veuillez lire Débogage dans WordPress (en) pour plus d’informations. (Ce message a été ajouté à la version 6.7.0.) in /home/afriset/www4/wp-includes/functions.php on line 6159Erreur de la base de données WordPress : [Table 'afrisetolitravel.wp_st_rental' doesn't exist]SELECT SQL_CALC_FOUND_ROWS wor9053_posts.*,
st_rental_price
FROM wor9053_posts INNER JOIN wor9053_st_rental as tb ON wor9053_posts.ID = tb.post_id INNER JOIN
(
SELECT tb3.number , tb3.number_booked , tb3.post_id,
SUM(
CASE
WHEN tb.is_sale_schedule != 'on' THEN
CASE
WHEN tb.discount_type = 'percent'
THEN
CAST(tb3.price AS DECIMAL) -(CAST(tb3.price AS DECIMAL) / 100) * CAST(tb.discount_rate AS DECIMAL)
ELSE CAST(tb3.price AS DECIMAL) - CAST(tb.discount_rate AS DECIMAL)
END
WHEN tb.is_sale_schedule = 'on'THEN
CASE
WHEN(UNIX_TIMESTAMP(DATE(tb.sale_price_from)) <= UNIX_TIMESTAMP('2026-03-15') AND UNIX_TIMESTAMP(DATE(tb.sale_price_to)) >= UNIX_TIMESTAMP('2026-03-16'))
THEN
CASE
WHEN tb.discount_type = 'percent'
THEN CAST(tb3.price AS DECIMAL) - (CAST(tb3.price AS DECIMAL) / 100) * CAST(tb.discount_rate AS DECIMAL)
ELSE CAST(tb3.price AS DECIMAL) - CAST(tb.discount_rate AS DECIMAL)
END
ELSE tb3.price
END
ELSE tb3.price
END
) as st_rental_price
FROM wor9053_st_rental_availability AS tb3 LEFT JOIN wp_st_rental AS tb
ON
tb.post_id = tb3.post_id
WHERE tb3.check_in >= UNIX_TIMESTAMP('2026-03-15') AND tb3.check_out < UNIX_TIMESTAMP('2026-03-16') AND(
CAST(tb3.number AS DECIMAL) - CAST(tb3.number_booked AS DECIMAL) > 0
) GROUP BY tb3.post_id
) AS tb2
ON
wor9053_posts.ID = tb2.post_id
WHERE 1=1 AND wor9053_posts.post_type = 'st_rental' AND ((wor9053_posts.post_status = 'publish')) AND CAST(tb.rentals_booking_period AS UNSIGNED) <= 0 AND (CAST(tb2.number AS DECIMAL) - CAST(tb2.number_booked AS DECIMAL) > 0)
GROUP BY wor9053_posts.ID
ORDER BY wor9053_posts.post_modified DESC
LIMIT 0, 12