To troubleshoot this first use a tool like phpMyAdmin to inspect the database the host created for you.
Are the tables there? If not, then the restore was not successfull and you would need to get back to your host. If still available, compair the database to your old database.
If the tables exist are they maybe using a table-prefix and you have uploaded a fresh config.php without a prefix. If so, set the correct prefix in your config.php.
|