• Hello,

    The agency who created my website sent me the code and database today, but I’m having troubles to install it locally, on my computer.

    All the database information are well configured in wp-config :

    define('DB_NAME', 'myDataBaseName');
    define('DB_USER', 'root');
    define('DB_PASSWORD', 'root');
    define('DB_HOST', 'localhost');

    The problem is that when I try to load my homepage (localhost/myWebSite), I have an empty white page. No error, no ‘Not Found page’, just an empty page.

    Here is a screenshot of what is loaded : https://img15.hostingpics.net/pics/579916Capturedcran20160414120706.png

    I don’t really what to check next… do you have any ideas ? :/

    Thank you !

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Empty white homepage after migration locally’ is closed to new replies.