WordPress database error: [Can't create/write to file '/tmp/#sql_7772_0.MYI' (Errcode: 2)] SELECT DISTINCT
id,
post_title,
GREATEST(start,'2010-09-01 00:00:00') AS start_date,
LEAST(end,'2010-10-01 00:00:00') AS end_date,
1 AS is_event
FROM wp_posts,wp_ec3_schedule
WHERE post_status = 'publish'
AND post_id=id
AND end>='2010-09-01 00:00:00'
AND start<'2010-10-01 00:00:00' ORDER BY id, start_date, is_event DESC
Leave a Reply