WordPress database error: [Can't create/write to file '/var/lib/mysql/#sql_c18_0.MYI' (Errcode: 13)]
SELECT DISTINCT
id,
post_title,
GREATEST(start,'2008-09-01 00:00:00') AS start_date,
LEAST(end,'2008-10-01 00:00:00') AS end_date,
allday,
1 AS is_event
FROM hcv_sports_posts,hcv_sports_ec3_schedule
WHERE post_status='publish'
AND post_id=id
AND end>='2008-09-01 00:00:00'
AND start<'2008-10-01 00:00:00' ORDER BY id, allday DESC, start_date, is_event DESC
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||
| « Aug |
|
Oct » |