MyBB Community Forums

Full Version: Cannot modify header information
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://i38.tinypic.com/2ikrymu.png

I get this error when I log into my ACP.
Anyone?
The line numbers don't quite look right. Can you try reuploading admin/index.php and inc/functions.php ?
(2008-09-02, 03:37 AM)ZiNgA BuRgA Wrote: [ -> ]The line numbers don't quite look right. Can you try reuploading admin/index.php and inc/functions.php ?
Well, I reuploaded them and
http://i34.tinypic.com/2s1ki11.png

I think the problem(with the numbers) is that I showed the error to a friend of mine, and the editor he used made line spaces between each line... something like this
<?php


//this is line one


echo "line 2" ;


?>

yea...
If you've made any changes to the files, please revert them and see if it fixes it.
Anyway, open up /admin/inc/class_form.php and delete any extra lines after the last ?>
Hmm, I reuploaded /admin/inc/class_form.php and it fixed it.

There were no lines after the last ?> though.

Thanks for your help.