I’m using WP 2.8.5 and tried using V 3.1.4 of Event Calendar. If I click on Posts in my Dashboard, wordpress spits out a bunch of PHP errors above the dashboard heading:
(UPDATE) I just tried Event Calendar 3.2.beta2 and got the same PHP errors. Some problem with WP 2.8.5??
Warning: Parameter 1 to ec3_filter_posts_where() expected to be a reference, value given in C:\xampplite\htdocs\wordpress\wp-includes\plugin.php on line 166
Warning: Parameter 1 to ec3_filter_posts_join() expected to be a reference, value given in C:\xampplite\htdocs\wordpress\wp-includes\plugin.php on line 166
Warning: Parameter 1 to ec3_filter_posts_groupby() expected to be a reference, value given in C:\xampplite\htdocs\wordpress\wp-includes\plugin.php on line 166
Warning: Parameter 1 to ec3_filter_posts_fields() expected to be a reference, value given in C:\xampplite\htdocs\wordpress\wp-includes\plugin.php on line 166
The same errors show up above my blog’s heading as well, if I try to view any pages. Not sure if this will be of use to anyone – I don’t know PHP at all.
Pretty disappointing, because this sounds like it does exactly what I need! All I really want to do is make future-dated posts (events) that will show on the regular WP calendar. I found a couple simple plugins that allow future-dated posts to show up along with the normal posts, but their dates do *not* appear on the WP calendar. Any suggestions?