• Using version 2.8.4 of wordpress
    Using version 1.3.5 of NextGen Gallery

    https://91.204/209.1/~sirutter/

    when using https://91.204/209.1/~sirutter/wp-login.php
    I enter my username and password and it sends me to a blank white page.

    I also find this blank white page is a common reoccurance when trying to use my wordpress install. (Adding a post, editing a post, anything)

    I’ve directly attributed this to NextGen Gallery and when I deactivate the plug in, it works.

    Any help would be appreciated:

    Tests carried out so far
    Reinstall of WordPress using core-upgrade

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cjones110

    (@cjones110)

    oops, my site is wrong

    https://91.204.209.1/~sirutter/

    not that it matters because you / I can’t login.

    Thread Starter cjones110

    (@cjones110)

    AHA!, FiXED IT!

    Basically, for anyone else in the future, struggling with this problem…

    Check your Debug information from wordpress. Mine was complaining about two blank lines at the end of one of my php files (widgets.php)

    deleting these fixed the issue.. Bizarre.

    to enable debugging, open your wp-config.php and insert the following above the line
    /* That’s all, stop editing! Happy blogging. */

    insert this ABOVE that line

    define(‘WP_DEBUG’, true);
    @ini_set(‘log_errors’,’Off’);
    @ini_set(‘display_errors’,’On’);

    This will display the errors inline, (and will hopefully help you see the issue)

    Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Blank screen after wp-login.php login’ is closed to new replies.