I'm seeing this in my Dashboard:
Warning: Missing argument 2 for wpdb::prepare(), called in /var/www/wp-content-ro/plugins/podpress/podpress.php on line 560 and defined in /var/www/wp-includes/wp-db.php on line 990
Any help?
I'm seeing this in my Dashboard:
Warning: Missing argument 2 for wpdb::prepare(), called in /var/www/wp-content-ro/plugins/podpress/podpress.php on line 560 and defined in /var/www/wp-includes/wp-db.php on line 990
Any help?
Thank you for reporting this issue.
This no critical error. But it is of course not nice and I'm going to resolve this with the next podPress version.
The prepare() function needs a further parameter since WP 3.5. But you may hide these error message until the update.
Add @ini_set('display_errors', 0); to the wp-config.php file.
The full background of this issue explained here: http://make.wordpress.org/core/2012/12/12/php-warning-missing-argument-2-for-wpdb-prepare/
Tim
Thanks a lot! I won't even hide it, I'll just wait for podPress' update. :-)
You must log in to post.