[EventCalendar] Version 3.1._pre9
Jeff Cole
news2 at clear-vision.org
Fri Jul 21 08:27:55 UTC 2006
Hi
I also get the following error on the page I put the php code
WordPress database error: [Table ‘wordpress.wp_ec3_schedule’
doesn’t exist]
SELECT DISTINCT
p.id AS id,
post_title,
MIN(start) AS the_date,
u.user_nicename AS author
FROM wp_posts p, wp_ec3_schedule s, wp_users u
WHERE post_status = 'publish'
AND s.post_id=p.id
AND p.post_author = u.id
AND start>='2006-07-21 00:00:00'
GROUP BY p.id
ORDER BY the_date
LIMIT 10
Regards
Jeff Cole
More information about the EventCalendar
mailing list