I have tried everything…anyone else have any ideas?!
I 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?
any help would be great. =)
There’s nothing for the developers to fix. This is an issue caused by the text editor or ftp client. Are you uploading in ASCII mode?
what should I upload in…ascii?
I 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…
This bug is being caused by the require_once() command. It should not be adding html to the browser before doing a redirect. The browser has already received headers when it then sees a redirect header. That is why it geeks out. I’m not even sure why this line of code is there since this case redirects no matter what. Take out that line and the code works fine. The line isn’t needed.