hallo,
ich habe einen database error.
die version des kalenders:
Alex Tingle
Version: 3.0.1
das skript hatte auch soweit gut funktioniert, bis die eingetragenen daten bearbeitet wurden.
hier die url http://www.hink.be/html/niklas.php
die fehlermeldung:
Code
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AS is_event FROM wp_posts,wp_post2cat WHERE pos]
SELECT DISTINCT post_title, post_date, DAYOFMONTH(post_date) AS day, MONTH(post_date) AS month, YEAR(post_date) AS year, (category_id = ) AS is_event FROM wp_posts,wp_post2cat WHERE post_date >= '2005_8_1' AND post_date < '2005_9_1' AND post_status = 'publish' AND id = post_id AND (post_date_gmt<='2005-08-26 15:53:59' OR category_id=)
kann mir da jemand weiterhelfen?