Hi
Can somebody help me. I get the following error message:
Warning: Missing argument 2 for wpdb::prepare(), called in ……plugins/secure-wordpress/inc/swUtil.php on line 137 and defined in …..wp-includes/wp-db.php on line 992
These are the lines:
Line 137 in swUtil.php
$obj->data = $wpdb->prepare($out);
Line 992 in wp-db.php
function prepare( $query, $args ) {
Thank you
Christian