• Hi There, whenever i try to access my blogs Dashboard through admin panel it shows wp installation page like this
    https://prntscr.com/8goggl
    Even though there were more than 500 posts and site was working fine but now it don’t even open most of the time..
    Theme using: Jarida
    Hosting : iPage Shared Hosting
    Note: Issue occurred after transfer

    Solutions Tried(Failed):
    Deactivating all plugins
    Reuploading fresh WP Files
    Changing Theme
    Hosting Support

    If anyone knows anything about this problem kindly update me ASAP. i’m loosing revenue ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Greetings mshoaibsadiq!

    Sounds like you’ve already had a good start to troubleshooting!

    If you’ve recently just transferred your website, I would check out the Codex on “Moving WordPress” and see if any of those steps were possibly missed during the transfer.

    Also, did your move involve a new domain, server/provider change, or both?

    All the best,
    -Kevin

    Thread Starter mshoaibsadiq

    (@mshoaibsadiq)

    Thanks for the Reply Kevin, But everything was happened according to your link but i am still getting WP Installation page while accessing Dashboard.. Domain and wasn’t changed but i transferred it to iPage from Godaddy..

    Hello again mshoaibsadiq!

    Maybe take a look at your .htaccess and see if there is anything different there? It should look like this by default:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    @kpudlo: This has nothing to do with the .htaccess file.

    i transferred it to iPage from Godaddy…

    @mshoaibsadiq: Your database table prefix is wrong. Check the prefix in wp-config.php and your database admin panel in GoDaddy by using phpmyadmin. Default prefix is wp_ GoDaddy may have that for the database, but the prefix from the old host may be different.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Installation Page While Accessing WP-Admin’ is closed to new replies.