SQL-Syntax Error
-
Hello,
im trying to use the event-listing on my page, but I′m getting this error:
[You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '))) AND ( ( wppl_postmeta.meta_key = 'event_start_date_time' AND wppl_postme' at line 1] SELECT wppl_posts.* FROM wppl_posts INNER JOIN wppl_postmeta ON ( wppl_posts.ID = wppl_postmeta.post_id ) WHERE 1=1 AND ((())) AND ( ( wppl_postmeta.meta_key = 'event_start_date_time' AND wppl_postmeta.meta_value >= '1523359200' ) ) AND wppl_posts.post_type = 'event_listing' AND ((wppl_posts.post_status = 'publish')) GROUP BY wppl_posts.ID ORDER BY wppl_postmeta.meta_value ASC
When using [event-calendar] everything works fine.
I hope you can help me, get this working.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SQL-Syntax Error’ is closed to new replies.