• Hey everyone,

    Have tried heaps of different suggestions I’ve found on different blogs and sites to solve the white screen of death to no avail. trying to get this site back up:
    https://nazdeek.org/

    Currently
    – all plugins are deactivated
    – all themes have been deleted and it’s running on default twenty fifteen theme
    – I’ve added define(‘WP_MEMORY_LIMIT’, ’64M’); to my wp-config.php file to increase the memory
    – I’ve added:

    error_reporting(E_ALL);
    ini_set(‘display_errors’, 1);
    define( ‘WP_DEBUG’, true);

    to my wp-config.php file so WordPress would display all the errors that take place on the output screen.

    Still nothing. Backend is totally fine, no issues just cant get the front end up at all!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • It was working previously?
    If so, what were you working on/editing prior to the white screen?

    Check your serer error logs?

    Thread Starter rage_zi

    (@rage_zi)

    Sorry forgot to add that the website has been attacked repeatedly the last few weeks. There was nothing being edited at the time, when I checked the site it was down. Today i tried restoring a back up from a few months ago using ‘all in one migration’ plugin, but its still got the white screen =(

    And you can still login to the Dashboard?
    That’s odd.

    When I scan it for malware, nothing malicious comes up but it also says “no content found”. If you check the file structure within your host, are the folders, etc. still present?


    “Notice: Constant WP_DEBUG already defined in /home2/doublege/public_html/nazdeek.org/wp-config.php on line 95

    Warning: Cannot modify header information – headers already sent by (output started at /home2/doublege/public_html/nazdeek.org/wp-config.php:95) in /home2/doublege/public_html/nazdeek.org/wp-includes/pluggable.php on line 1207″

    Take a look at your wp-config.php file before you go any further. Visually inspect it to make sure that only the necessary content is present and see if that changes any of your symptoms. If you have to, you might try replacing the file with a backup or fresh copy (that includes your database info and salts of course). Also try to make sure that anything you need to add to wp-config.php goes above this line /* That's all, stop editing! Happy blogging. */

    Thread Starter rage_zi

    (@rage_zi)

    Thanks mate, will try out your suggestions!

    R

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White screen of Death – what next after you try everything?’ is closed to new replies.