I am having a number of related problems.
I disabled my plugins so I could figure out what is happening to my site– arbordogdaycare.com.
With most of the plugin enabled, I get this message
Fatal error: Call to undefined function wp_register_plugin_realpath() in /home/content/a/r/b/arbordogcare/html/wp-settings.php on line 213
However- when they get disabled, I can see the site
BUT, when I then try to get into admin I get
Fatal error: Call to undefined function wp_unslash() in /home/content/a/r/b/arbordogcare/html/wp-admin/admin.php on line 46
The line(s) in question are
43> do_action( ‘after_db_upgrade’ );
44> } elseif ( get_option(‘db_version’) != $wp_db_version && empty($_POST) ) {
45> if ( !is_multisite() ) {
46> wp_redirect( admin_url( ‘upgrade.php?_wp_http_referer=’ . urlencode( wp_unslash( $_SERVER[‘REQUEST_URI’] ) ) ) );
exit;
I’m afraid to touch much else.
It looks like I have version 3.9.1
The theme for the site, which also seems to be causing some problems is twenty-eleven.
There are other errors I am getting, the code/theme not recognizing the two “sidebars”, but I’d really like to get the admin and plugins fixed first and then get back to tackling the rest. HELP!