Turn debug on and enable error logging. That might give you some clues.
Thanks for the quick response! I’ll give those a try.
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.
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
Never mind, I realize that last request is unrelated to the forum.
Thanks for all the help!!