• Hi all,
    I’m designing a new theme and it has been functioning properly, but since a few days back I can’t log into the dashboard. My wp-admin is in a complete blank. I reinstalled wp 2.8.5 and still no solution. I tried installing the theme in another wp blog and it had the same effect (wp-admin going blank) so I know it’s a theme specific issue that’s killing the login page and dashboard. I thought it could be a functions.php problem but all i have is the usual widgetized sidebar code:

    <?php
    	if(function_exists('register_sidebar')){
    		register_sidebar(array('name' => 'Sparta'));
    	}
    ?>

    Does anyone have anything like this happen to them before? Any ideas as to the source of the problem?
    thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • What do you get when you View Source of this blank page? Any clues?

    -WC

    Thread Starter crisjb

    (@crisjb)

    source is completely blank.

    try put :
    define('WP_DEBUG', TRUE);
    on wp-config.php

    or maybe there’s a code that try to get some big data.

    Thread Starter crisjb

    (@crisjb)

    but what’s interesting is that I can access wp-admin/index.php without a problem. It’s when I just load /wp-admin/ or when I log out from the dashboard that everything goes blank. Weird!

    Thread Starter crisjb

    (@crisjb)

    When I log out I get a blank page and this in the address bar:
    /wp-login.php?action=logout&_wpnonce=f8dde3bc33

    instead of this:
    /wp-login.php?loggedout=true

    what’s interesting is that I can access wp-admin/index.php without a problem

    Hmmmm…. Do you have something strange going on with index.php access on your server? Anything in your .htaccess file getting in the way? How about going to other folders /__something__/ <- without the index.php in the URL, does it still work anyway, quietly accessing the local index.php as it should?

    -WC

    what does the server error log say ? that should be the first place to look at

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme is breaking wp-admin and going blank’ is closed to new replies.