• I have an old theme that is not supported by the developer anymore, https://www.rancesoaps.com.

    I’m getting this warning when I switched to a hosting company. I’m not sure how to fix this. The warning shows up on the checkout page only.

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/angelswingsgiftj/public_html/rancesoaps.com/wp-content/themes/TheJewelryShop/lib/engine/cart_actions.php on line 6562 and defined in /home/angelswingsgiftj/public_html/rancesoaps.com/wp-includes/wp-db.php on line 1197

    Code:

    cart_actions.php code on line 6562

    $results = $wpdb->get_results($safe_sql, ARRAY_A);

    wp-db.php on line 1197

    * wpdb::prepare( "SELECT DATE_FORMAT(field, '%%c') FROMtableWHEREcolumn= %s", 'foo' );

    Any help would be appreciated.

  • The topic ‘Theme and WordPress Errors’ is closed to new replies.