Event Calendar 3.1.4 breaks WP 3.3 – parameter warnings
-
Updated to wp 3.3 and got this set of errors which went away when the calendar and widget were deactivated. Here’s what the front end shows:
Warning: Parameter 1 to ec3_filter_posts_where() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_join() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_groupby() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_orderby() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_fields() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Cannot modify header information - headers already sent by (output started at /home/blog/wp-includes/plugin.php:227) in /home/blog/wp-content/plugins/smarter-navigation/main.php on line 70 Warning: Cannot modify header information - headers already sent by (output started at /home/blog/wp-includes/plugin.php:227) in /home/blog/wp-content/plugins/smarter-navigation/main.php on line 70 Warning: Cannot modify header information - headers already sent by (output started at /home/blog/wp-includes/plugin.php:227) in /home/blog/wp-content/plugins/smarter-navigation/main.php on line 70 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/blog/wp-includes/plugin.php:227) in /home/blog/wp-content/plugins/jsspamblock/jsspamblock.php on line 43
Here’s what the back end shows, on the Posts or Pages pages, but non the Dashboard, or other pages:
Warning: Parameter 1 to ec3_filter_posts_where() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_join() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_groupby() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_orderby() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227 Warning: Parameter 1 to ec3_filter_posts_fields() expected to be a reference, value given in /home/blog/wp-includes/plugin.php on line 227
Some googling shows it may be an issue with PHP 5.3 and deprecated features, but I’m really not savvy enough to know.
Hope a fix is up soon! Love the plugin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Event Calendar 3.1.4 breaks WP 3.3 – parameter warnings’ is closed to new replies.