Viewing 1 replies (of 1 total)
  • It’s is because de wpdb::prepare call action changed.
    So you just need to go to the line 231 and take the $wpdb->prepare() off.

    It should look like this:
    $results = $wpdb->get_results($query);

Viewing 1 replies (of 1 total)
  • The topic ‘Missing argument 2 for wpdb::prepare(), called in caticons-lite.class.php’ is closed to new replies.