• I did all as instructions listed.

    When I went to run /wp-admin/upgrade.php it gives me a 404. It also gives 404s on all other pages (home page is loading theme though, but no posts).

    Any clues on what might be causing it?

    Here is my .htaccess file, I fear that it might be related:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • If WordPress is installed in a subdirectory, you need to go there instead of just /wp-admin. Upgrade.php is a physical file, so find it in your filesystem and try to navigate to that path with your browser.

    Thread Starter envec

    (@envec)

    that is not the issue, I made sure that i was pointing to right file.

    even the control panel (/wp-admin/) was returning a 404 page not found.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Upgrade to 2.2 problem running upgrade.php’ is closed to new replies.