• Hi, the first i soory my english, im spanish ( por si algun forero es de la tierra ;-).

    I installed WP on mi server site, i hadnot problem.
    but this time no work when login, no go to control panel WP, the page is blank. I was delete all and reinstall but is the same error. And if go to site i see the page index. But imposible into control panel.
    tanks and help me please

    javichu

Viewing 1 replies (of 1 total)
  • Hi Javichu,

    A blank page usually means PHP is not showing any errors. You could try to set WP_DEBUG in wp-config.php to ‘true’. Find the following line or add it:

    define(‘WP_DEBUG’, true);

    Post the error here to get more support.

    That should show the error. If that doesn’t work you may try to add the following:
    ini_set(‘display_errors’,1);
    ini_set(‘display_startup_errors’,1);
    error_reporting(-1);

    Or change the php.ini values for display errors and error_reporting accordingly.

Viewing 1 replies (of 1 total)

The topic ‘after login blankpage’ is closed to new replies.