tmtracy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI tried uploading in ascii mode…and I have looked for newlines like was posted about…does anyone else have this problem…if you click on manage then click unaproove on a comment. I can’t see what’s wrong…
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentwhat should I upload in…ascii?
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentany help would be great. =)
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI have checked the files over and over, reuploaded many times…I can’t figure out anything that’s wrong. any one know any more ideas, or how to email the developers?
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI have tried everything…anyone else have any ideas?!
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentfilezilla
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI tried reinstalling the whole thing…and it is still saying the same error. I have looked and corrected tons of whitespace in files and things are still being borked up…any other thoughts?
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentall of my files for whatever reason don’t have line breaks…instead they have an unknown BLOCK char…that I have to go through and replace all of them with a crlf…not sure why that either…
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentnotepad is what I am using
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sent<title><?php bloginfo(‘name’) ?> › <?php echo $title; ?> — WordPress</title>
that is the line…
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sent
case 'unapprovecomment':require_once('./admin-header.php');
check_admin_referer();
was the line…and after I removed it then it was fine…so, I should look in the file on line 8 then, ok.
I put that line back…and I can not find any problems with admin-header.php and on line 8 is some html…
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentI took out this line on post.php in the admin folder
require_once(‘./admin-header.php’);
that was line 548, under the unaproove section. the aproove section did not have that line, so I took it out under the unaproove section and it’s working fine…anyone know what that line does, or if there will be a problem without it?
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentso far…that didn’t work. I checked the files that it wanted, and edited them…still getting that same error.
Forum: Fixing WordPress
In reply to: Cannot modify header information – headers already sentthanks a lot. cheers!