Error after upgrading to WordPress v3.6
-
After upgrading to the latest WordPress version, I now have an error message that reads:
Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /home/eezidres/public_html/wp-includes/functions.php on line 2871
I’ve looked at line 2871, but I just don’t know what to change.
Line 2871 is as follows:
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s! Use %3$s instead.’), $function, $version, $replacement ) );
Can someone suggest what I need to do?
Regards
Iain -
You posted to the wrong support forum. We do not provide support at WordPress.COM for any installs of WordPress.ORG software. We provide support only for free hosted WordPress.COM blogs being hosted right here on this multiuser blogging platform.
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
-
-
- The topic ‘Error after upgrading to WordPress v3.6’ is closed to new replies.