Tag
-
I installed the plugin and now I find that when it’s active, I receive many errors while in the blog I try to display all the posts with a specific tag. And it shows no posts. When I deactivate your plugin it works well again. I need to solve this situation please as I need both features (calendar and tags in the posts…)
This is the example:
https://www.orientaeuro.eu/fr/tag/etudier-a-letrangerAnd just in case, here are the messages I receive:
Notice: Undefined variable: postmeta_table in /home/ko000179/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php on line 890
Notice: Undefined variable: postmeta_table in /home/ko000179/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php on line 890
Notice: Undefined variable: postmeta_table in /home/ko000179/public_html/wp-content/plugins/the-events-calendar/lib/tribe-event-query.class.php on line 890
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 ‘ wp_posts.post_date) AS post_date FROM wp_posts INNER JOIN wp_term_relationship’ at line 1]
SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, IF (wp_posts.post_type = ‘tribe_events’, .meta_value, wp_posts.post_date) AS post_date FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) JOIN wp_icl_translations t ON wp_posts.ID = t.element_id AND t.element_type IN (‘post_post’,’post_tribe_events’) JOIN wp_icl_languages l ON t.language_code=l.code AND l.active=1 LEFT JOIN wp_postmeta as on wp_posts.ID = .post_id AND .meta_key = ‘_EventStartDate’ WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (201) ) AND wp_posts.post_type IN (‘post’, ‘tribe_events’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_author = 6 AND wp_posts.post_status = ‘private’) AND t.language_code=’fr’ AND (wp_posts.post_date <= ‘2014-09-03 23:59:59’ OR wp_posts.post_date_gmt <= ‘2014-09-03 23:59:59’) ORDER BY post_date DESC LIMIT 0, 20Notice: Trying to get property of non-object in /home/ko000179/public_html/wp-content/plugins/oh-add-script-header-footer/oh-add-script-header-footer.php on line 19
Notice: Trying to get property of non-object in /home/ko000179/public_html/wp-includes/post-template.php on line 29
- The topic ‘Tag’ is closed to new replies.