Forums

"This file doesn't do anything, but loads" (5 posts)

  1. ckoontz
    Member
    Posted 2 years ago #

    This jargon is what shows up when I type in my URL (http://www.chelseakoontz.net). I cannot log-in or access anything but a white screen aside from this:

    /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require('./wp-blog-

    This thing worked yesterday, just fine. I picked Apricot as my theme, rearranged widgets, added links, crafted a test post, and now this is what I'm getting? This happened before, so I deleted the db, deleted everything I uploaded, and started all over again. It worked yesterday for the duration of me using it, until now.

    What am I doing wrong?

    I checked http://wordpress.org/support/topic/229969?replies=21 and I still don't understand what the conflict is. I know that the index.php is being read, which is what the stuff I posted is... UGH!

  2. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 2 years ago #

    It looks like php is now being processed on your server, but you're getting the headers already sent issue.

    See if the info here helps:
    http://codex.wordpress.org/Answers-Trouble_Shooting#Headers_already_sent

  3. ckoontz
    Member
    Posted 2 years ago #

    numeeja,

    I followed the troubleshooting guide for the headers and re-downloaded a fresh WordPress and installed it. Now, I can access my Dashboard, but nothing shows up on the main index.

    Any ideas?

  4. ckoontz
    Member
    Posted 2 years ago #

    Well, I just chose a different theme and now it's working?

    I am ready to post this all again tomorrow when the thing stops working (again).

  5. ckoontz
    Member
    Posted 2 years ago #

    Not working AGAIN.
    http://www.chelseakoontz.net

Topic Closed

This topic has been closed to new replies.

About this Topic