• I moved my WordPress-blog to a new host because my old one is always down.

    I could only get the database (and imported it into my new host), not the files so I downloaded WordPress again and did edit the config to connect to the new database.

    When I visit my blog I only see a blank page. Nothing else.
    I dont remember any of the define stuff I added to that config either.

    Like:
    define(‘AUTH_KEY’, ‘ange en unik fras’);
    define(‘SECURE_AUTH_KEY’, ‘ange en unik fras’);
    define(‘LOGGED_IN_KEY’, ‘ange en unik fras’);
    define(‘NONCE_KEY’, ‘ange en unik fras’);
    define(‘AUTH_SALT’, ‘ange en unik fras’);
    define(‘SECURE_AUTH_SALT’, ‘ange en unik fras’);
    define(‘LOGGED_IN_SALT’, ‘ange en unik fras’);
    define(‘NONCE_SALT’, ‘ange en unik fras’);

    What should I do to get it running?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only have the database, not the files. It wont run…’ is closed to new replies.