PHP error – only in Internet Explorer!
-
Since attempting to modify my “Recent Comments” sections to include a “(…)” after each quote, indicating additional text, I’ve been encountering some PHP errors on my page. This is the same exact error that I have traditionally seen when updating things through the Dashboard, and it reads like this:
Warning: Cannot modify header information – headers already sent by (output started at /home/derrylwc/public_html/blog/wp-content/themes/illacrimo/functions.php:24) in /home/derrylwc/public_html/blog/wp-includes/pluggable.php on line 695
I’ve visited the
pluggable.php
andfunctions.php
files, both of which seem to be normal. I even completely replaced them with the default files. Failing that, I did a near-complete replacement of my theme and WP files, to make sure that nothing was in place that had been tampered with.Now, my blog works in Firefox and Safari, but still displays this error in Internet Explorer.
Any suggestions?
- The topic ‘PHP error – only in Internet Explorer!’ is closed to new replies.