‘Cannot modify header information…’ – Theme vs Plugin problem
-
I’m working on a company intranet site and a requirement is that the site is private. So, I used the plugin: ‘Private WP 1.1’, which seems to work fine. However, it appears to cause an error due to a flaw in the chosen theme ‘Oriental‘.
The error is:
'Warning: Cannot modify header information - headers already sent by (output started at /home/distrib/public_html/wp-content/themes/oriental/index.php:1) in /home/distrib/public_html/wp-includes/pluggable.php on line 850'
I’m aware this is usually caused by spaces before and after the <?php ?> tags, but I’ve checked all the usual places (my php skills are lacking, but I checked wp-config, wp-login etc. re-uploaded the theme fresh, etc.) and can’t find anything. I must point out the error only comes up when using this theme, so I imagine the problem is somewhere in the php of the theme’s header.
Where should I look? Or, I suppose more accurately, what should I look for?
- The topic ‘‘Cannot modify header information…’ – Theme vs Plugin problem’ is closed to new replies.