• Hey there guys

    Recently i’ve encountered a Problem after migrating.
    I’ve configurated everything, connected the database and my site isn’t working – white screen of death.

    Here’s what i’ve tried already :
    – Changed the .htaccess file name. ( Didn’t Work )
    – Changed the Plugins folder name. ( Didn’t Work )
    – Changed my theme folder name. ( Didn’t Work )
    – Tried to turn on WP_DEBUG to True but it didn’t work at all.
    – Configurated the Db_user etc.

    I can’t :
    – Access /wp-admin page. (But i can see the wordpress logo ( /wp-admin/images/wordpress-logo.png ))
    – Access /index.php since it doesn’t show anything.
    – View errors.

    The site is running on other host perfectly but this one is having a problem. I’ve already contacted the support team but the problem isn’t on their side, also i have read a lot of similar topics but the solutions aren’t working.

    Do you guys can help me with this one, i’m stuck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Aleksandrzej

    (@aleksandrzej)

    HERE’ TO KEEP SOMEONE WITH THE SAME PROBLEM IN TOUCH.

    I’ve changed the Plugins folder name and htaccess at the same time. Now the site is running

    Thread Starter Aleksandrzej

    (@aleksandrzej)

    For the Error thing. I’ve found this

    define(‘WP_DEBUG’, false);

    Replace that line with the following:

    // Turns WordPress debugging on
    define(‘WP_DEBUG’, true);

    // Tells WordPress to log everything to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);

    // Doesn’t force the PHP ‘display_errors’ variable to be on
    define(‘WP_DEBUG_DISPLAY’, false);

    // Hides errors from being displayed on-screen
    @ini_set(‘display_errors’, 0);

    Thread Starter Aleksandrzej

    (@aleksandrzej)

    Can’t activate 3 plugins due to Fatal Error. Log shows nothing, and none error message appears. Can’t find what seems to be the problem.
    I’ve raised the Memory Limit to 128M already.

    Thread Starter Aleksandrzej

    (@aleksandrzej)

    Having a problem with setini security reasons. If i’ll solve it, i’ll post “how to basic : white screen of changing the host and a couple of shitty problems”.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White Screen after migrating’ is closed to new replies.