So this happens regardless of the theme you’re using? Did you try one of the default WordPress themes or without plugins?
At this stage, it’s a bit hard to tell where the exact issue is, but there are a few things you can do to find out. First thing I would do is enable WP_Debug (http://codex.wordpress.org/Editing_wp-config.php#Debug) and try to reproduce the issue. This should give you at least an error message of some kind.
Thread Starter
jhazzi
(@jhazzi)
Jeff,
Thank you so very much for the reply.
I tried with another theme and deactivated all plugins and the problem is still present.
I have enabled DeBug in wp-config.php.
I tried to edit a post. I changed one word from “Why” to “Try” and clicked update.
I received these error messages:
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXX/public_html/domain.com/wp-content/themes/themename/inc/portfolio/portfolio-post-type.php:2) in /home/XXXXX/public_html/domain.com/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXXX/public_html/domain.com/wp-content/themes/themename/inc/portfolio/portfolio-post-type.php:2) in /home/XXXXXX/public_html/domain.com/wp-includes/pluggable.php on line 1171
Does this help you to help me?
My best,
Jhazzi
Thread Starter
jhazzi
(@jhazzi)
Jeff,
I repeated my steps.
Chose a different template and not having the issue.
Works fine with plugins activated, as well. (I only have 3).
I will contact the developer to see if they can sort it out for me.
If, however, you can determine the problem with what was previously posted, I’d like that very much! *chuckle*
You were kind to help. I’m more familiar with Joomla.
If I ever need help again, I hope you’re around.
Enjoy the weekend!
Kindest regards,
Jhazzi
It does look like the theme is doing something weird there yeah.
Without looking at the theme’s code I can’t say what it is you’d need to do to actually fix this though. But presumably it has to do with a custom portfolio post type. It may be hooking into save_post weird and producing some output too early.
Contacting the developer would be the way to go, they should be able to resolve this for you. 🙂
Thread Starter
jhazzi
(@jhazzi)
Thanks, Jeff.
I’m waiting to hear from the developer.
🙂