@TCBarret – those fixes don’t work for sunrise.php. If I substitute esc_sql for escape, I get:
Fatal error: Call to undefined function esc_sql() in wp-content/sunrise.php on line 11
I’ve tried:
_escape – this works (but I understand it’s not really a fix..)
esc_sql – shows that error message
$wpdb->esc_sql – Fatal error: Call to undefined method wpdb::esc_sql() in /opt/bitnami/apps/wordpress/htdocs/wp-content/sunrise.php on line 11
I’m a WP noob, so I don’t understand why esc_sql is missing for this file but seems available for other files.
Note that replacing escape with esc_sql for all of the other plugins seemed to work, or at least I’m not seeing any errors about them. (akismet, google sitemap gen)