• Resolved r.sumerall

    (@rsumerall)


    Hello World,

    I’m pretty sure I’m just missing a piece of code somewhere, but anytime I make a change on my site through the dashboard (i.e. update/add a page/post, install a plugin) or try to login I get a blank page. The url matches the page before I submitted the post/logged in.

    Can anyone point me in the direction of the nearest article, crop circle, or cave-painting that can assist me?

    Thanks,
    Rebecca

Viewing 6 replies - 1 through 6 (of 6 total)
  • Turn debug on and enable error logging. That might give you some clues.

    Thread Starter r.sumerall

    (@rsumerall)

    Thanks for the quick response! I’ll give those a try.

    Thread Starter r.sumerall

    (@rsumerall)

    Alright, I’ve turned on debug and enabled error logging.

    The first notice is about changing get_current_theme to wp_get_theme(), but this notice went away when I deactivated the only plugin that was bringing up notices.

    The other notices have to do with my templates. Nearly every template I’ve made is being flagged at the line where it calls the sidebar. They all say:

    Use of undefined constant ______ – assumed ‘_____’ where the blanks are the names of the various templates.

    In my dashboard, this is the notice that appears when I try to submit something and get a blank page:

    wp_get_theme()
    Warning: Cannot modify header information – headers already sent by (output started at /home4/gandypri/public_html/wordpress/wp-includes/functions.php:1) in /home4/gandypri/public_html/wordpress/wp-includes/pluggable.php on line 881

    Basically, I don’t know what to do now.

    Thread Starter r.sumerall

    (@rsumerall)

    Thanks that did it!

    Now I’ve run into an issue. For some reason a plugin that I need is interacting with this “header already sent” issue. I can’t exactly edit the code of the plugin because that would make updates a pain, so what do I do?

    Thanks

    Thread Starter r.sumerall

    (@rsumerall)

    Never mind, I realize that last request is unrelated to the forum.

    Thanks for all the help!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Theme breaking dashboard?’ is closed to new replies.