• I’m trying to restore an install from a back up. I’ve checked all the tables are in the database but when I go to the site, I get the installation screen. It’s not picking up the original tables

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator James Huff

    (@macmanx)

    Make sure that your wp-config.php file is referencing the proper database and database table prefix.

    Thread Starter frogger_box

    (@frogger_box)

    It is :-/ any other suggestions?

    Moderator James Huff

    (@macmanx)

    Is wp-config.php referencing the database you’re referring to, the one with all the data already in it?

    Double check the database host, name, user, and password, as well as the prefix a second time, in the wp-config.php file.

    If WordPress wants to install itself again, it usually means that it can’t see any WordPress tables at the database or prefix you have directed it to.

    Thread Starter frogger_box

    (@frogger_box)

    It’s definitely referencing the right DB, I’ve checked everything, there’s only one DB on the site anyway. I don’t understand it

    Moderator James Huff

    (@macmanx)

    Do you have all 11 tables detailed at http://codex.wordpress.org/Database_Description#Table_Overview ?

    Thread Starter frogger_box

    (@frogger_box)

    Yes, I have all those tables

    Moderator James Huff

    (@macmanx)

    Ok, I recommend checking with your hosting provider on this. If your wp-config.php file is referencing the database and prefix with the existing data, it won’t ask to install.

    My only guess is that something is preventing it from accessing the database or seeing the tables.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Restore from backup’ is closed to new replies.