PHP Warning: Missing argument 2 for wpdb::prepare()
-
Hi
I use piano blach theme and there’re two errors in error.log file.
It writes: PHP Warning: Missing argument 2 for wpdb::prepare(), called in /home/…/public_html/wp-content/themes/piano-black/sidebar.php on line 75 and defined in /home/…/public_html/wp-includes/wp-db.php on line 1222
Sidebar.php line 75:
$post_datetimes = $wpdb->get_row($wpdb->prepare("SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM $wpdb->posts WHERE post_date_gmt > 1970"));
wp.db.php line 1222-1225:
public function prepare( $query, $args ) { if ( is_null( $query ) ) { return; }
What’s the problem?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Warning: Missing argument 2 for wpdb::prepare()’ is closed to new replies.