Forums

WP-Login Page Blank (8 posts)

  1. teckn1caLity
    Member
    Posted 6 months ago #

    http://thesidetracked.com/wp-admin/

    Not sure why, just started happening today. I haven't touched the site for a couple months.

  2. Patrick Nommensen
    Member
    Posted 6 months ago #

    You should be able to login on the /wp-login.php page.

    http://thesidetracked.com/wp-login.php

  3. teckn1caLity
    Member
    Posted 6 months ago #

    Well, the login page comes up but when I actually login, the wp-login page turns into just a blank white page. :/

  4. Patrick Nommensen
    Member
    Posted 6 months ago #

    Check your .htaccess file to see if it is being blocked.
    You may also want to delete this in your header.

    if ( function_exists( 'add_image_size' ) ) {
    	add_image_size( 'feature-thumb', 200, 133, true ); //(cropped)
    }

    That is the only thing which is loaded on your /wp-admin/ page instead of what is actually supposed to load.

  5. teckn1caLity
    Member
    Posted 6 months ago #

    That's not in my header, I just checked.

  6. Patrick Nommensen
    Member
    Posted 6 months ago #

    If you view the pagesource on the /wp-admin/ page all it read is:

    <php
    if ( function_exists( 'add_image_size' ) ) {
    	add_image_size( 'feature-thumb', 200, 133, true ); //(cropped)
    }
    ?>
  7. teckn1caLity
    Member
    Posted 6 months ago #

    Thank you. It was in my functions file and I didn't have the "?" before the "php" for <?php . Thanks again.

  8. Patrick Nommensen
    Member
    Posted 6 months ago #

    Ah sorry I didn't catch the missing ?. I'm glad it's fixed.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.