PHP Notice: Undefined property: wpdb_drivers::$real_escape
-
Just installed this and I’m getting this repeatedly in the logs (I have
WP_DEBUG
on):PHP Notice: Undefined property: wpdb_drivers::$real_escape in ../wp-includes/wp-db.php on line 566
I haven’t been able to track down exactly what is causing it, other than that something is calling for
$wpdb->real_escape
:function __get( $name ) { if ( 'col_info' == $name ) $this->load_col_info(); return $this->$name; /** 566 **/ }
I wasn’t getting this error before installing the plugin.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘PHP Notice: Undefined property: wpdb_drivers::$real_escape’ is closed to new replies.