Hello.
I just upgrade from v2.5.1 -> 2.7 without problems. The database upgraded fine, and to prove this, if I enter my URL to /upgrade.php directly, I see the message "No Upgrade Required Your WordPress database is already up-to-date!"
My homepage renders correctly; that is, the blog is working, and all my posts are present and are in-tact. Now, the problem I have is that I cannot access the /wp-admin/ menu. When I attempt to access /wp-admin/ I see the error message Fatal error: Call to undefined function wp_reset_vars() in /public_html/wp-admin/admin.php on line 39. However, I can access /wp-login.php directly ... but when I attempt to login through the wp-login.php file, I see the same error message.
I have uploaded and re-uploaded the contents of /wp-admin and /wp-includes using ASCII mode (FLASHFXP) twice, and still the problem remains.
I deleted all of my plugins, and the problem remains.
error_log doesn't show anything (which is strange b/c I'm getting the above error message) ... I'm on a dedicated server.
My .htaccess is fine
<IfModule mod_rewrite.c>
AddDefaultCharset UTF-8
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Any recommendations? I don't see how my theme would effect admin.php.