ClassiEstate: Warning: Missing argument 2 for wpdb....
I have this Warning Message - when i open an add:
Warning: Missing argument 2 for wpdb:
repare(), called in /mnt/webb/e0/06/5199006/htdocs/**URL**/
wp-content/themes/classiestate/includes/theme-functions.php on line 57 and defined in /mnt/webb/e0/06/5199006/htdocs/**URL**/
wp-includes/
wp-db.php on line 992
Using Wordpress 3.8 with Cp 3.3.2 and ClassiEstate Child Theme Version 1.5
When i use only Cp 3.3.2 i have no warning message.
I know that i can hide this message with the following code in the
wp-config.php,
@ini_set('display_errors', 0);
This is working but i dont like this solution - the better way ist to fix this in ClassiEstate - i think!
Any Idee how...
Andy