• Hello,

    I just noticed that my site doesn’t work. The landing page is alright but other subpages don’t work. They just show up as blank. I can log in to the backend but even back end looks white and I cannot click anything. The backend shows the menus on the side and on the top but the middle is empty. Before this “blankness” I tried to update wordpress but I got this message: An automated WordPress update has failed to complete – please attempt the update again now. So, I went to the file manager and deleted .maintenance file. It didn’t help, only the error message vanished but nothing else changed.

    A few days before, I changed something in the functions.php but the site kept working well. So I’m not sure if that could be causing this…

    Any ideas??

    Many many thanks!
    Emilia

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In order to see what is wrong, you will have to turn on debug mode in wordpress. This can be done by editing the file wp-config.php and adding the line
    define( 'WP_DEBUG', true );
    at the end of the file. Once you have done that, we should be able to see what is causing the problem

    Thread Starter sakulainen

    (@sakulainen)

    Thank you, I could fix it by deactivating all the plugins and start troubleshooting form there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website stopped working’ is closed to new replies.