Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1 AND ((wp_posts.post_type = 'tribe_events' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'tribe-ea-success' OR wp_posts.post_status = 'tribe-ea-failed' OR wp_posts.post_status = 'tribe-ea-schedule' OR wp_posts.post_status = 'tribe-ea-pending' OR wp_posts.post_status = 'tribe-ea-draft')))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND wp_posts.post_password != '' AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, wp_posts.post_date ASC
LIMIT 0, 10
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date, CAST( orderby_event_duration_meta.meta_value AS DECIMAL ) AS event_duration
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
LEFT JOIN wp_postmeta AS orderby_event_duration_meta
ON (
orderby_event_duration_meta.post_id = wp_posts.ID
AND orderby_event_duration_meta.meta_key = '_EventDuration'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventEndDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2023-12-30 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, event_duration ASC, wp_posts.post_date ASC
LIMIT 0, 11
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2026-05-13 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, wp_posts.post_date ASC
LIMIT 0, 10
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventEndDate' AND CAST(wp_postmeta.meta_value AS DATETIME) < '2023-12-30 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date ASC
LIMIT 0, 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventEndDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2023-12-30 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date ASC
LIMIT 0, 11
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT * FROM wp_posts WHERE ID = 1379 LIMIT 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT * FROM wp_posts WHERE ID = 1379 LIMIT 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT * FROM wp_posts WHERE ID = 1379 LIMIT 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT * FROM wp_posts WHERE ID = 1379 LIMIT 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT * FROM wp_posts WHERE ID = 1379 LIMIT 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date, CAST( orderby_event_duration_meta.meta_value AS DECIMAL ) AS event_duration
FROM wp_posts
LEFT JOIN wp_postmeta tribe_start_date_utc
ON ( wp_posts.ID = tribe_start_date_utc.post_id
AND tribe_start_date_utc.meta_key = '_EventStartDate' )
LEFT JOIN wp_postmeta tribe_end_date_utc
ON ( wp_posts.ID = tribe_end_date_utc.post_id
AND tribe_end_date_utc.meta_key = '_EventEndDate' )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
LEFT JOIN wp_postmeta AS orderby_event_duration_meta
ON (
orderby_event_duration_meta.post_id = wp_posts.ID
AND orderby_event_duration_meta.meta_key = '_EventDuration'
)
WHERE 1=1 AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish')) AND ((
TIMESTAMPDIFF ( SECOND, tribe_start_date_utc.meta_value, '2023-12-30 23:59:59' ) >= 1
AND
TIMESTAMPDIFF ( SECOND, '2023-12-30 00:00:00', tribe_end_date_utc.meta_value ) >= 1
))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, event_duration ASC, wp_posts.post_date ASC
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2023-12-30 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, wp_posts.post_date ASC
LIMIT 0, 10
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2026-05-13 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, wp_posts.post_date ASC
LIMIT 0, 10
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2023-12-30 23:59:59' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date ASC, wp_posts.post_date ASC
LIMIT 0, 1
Error en la base de datos de WordPress: [Table './schrd_datab21/wp_posts' is marked as crashed and last (automatic?) repair failed]SELECT SQL_CALC_FOUND_ROWS wp_posts.ID, CAST( orderby_event_date_meta.meta_value AS DATETIME ) AS event_date
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS orderby_event_date_meta
ON (
orderby_event_date_meta.post_id = wp_posts.ID
AND orderby_event_date_meta.meta_key = '_EventStartDate'
)
WHERE 1=1 AND (
( wp_postmeta.meta_key = '_EventStartDate' AND CAST(wp_postmeta.meta_value AS DATETIME) < '2023-12-30 00:00:00' )
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY event_date DESC, wp_posts.post_date DESC
LIMIT 0, 1