View Full Version : Header Error upgrading from 1.5Beta to 1.5rc1
paulvg
04-29-2006, 09:39 PM
I just uploaded all my files (overwriting the previous ones) and then reuploaded my pixelpost.php into /includes/ -- now when I go to /admin/install.php I get this PHP Header error:
Warning: Cannot modify header information - headers already sent by (output started at /home/lensdriven/domains/lensdriven.com/public_html/includes/create_tables.php:38) in /home/lensdriven/domains/lensdriven.com/public_html/admin/install.php on line 44
Any ideas? I haven't modified anything as far as code goes..
Connie
04-29-2006, 09:43 PM
check out if there are some spaces or empty lines where they should not be...
this "header already sent" signifies that there are some linebreaks
and with every empty line or empty space in a new page, the server sends default headers... ignoring the defined headers ...
which files did you open in the editor? pixelpost.php for sure.
Which editor did you use to enter the database infos there?
Some editors add invisible characters... if it is in UNICODE format check that the editor saves it without BOM (whatever BOM means... it is something of a UNICODE-speciality..)
Joe[y]
04-29-2006, 09:44 PM
you don't need to run the install script from 1.5beta to 1.5rc.. copying the files is enough ;)
paulvg
04-29-2006, 09:50 PM
']you don't need to run the install script from 1.5beta to 1.5rc.. copying the files is enough ;)
coooool -- maybe you guys should add that to the Readme_upgrade file ;)
thanks connie :D
Connie
04-29-2006, 10:04 PM
yes, this was so obvious to us, that we forgot it... unfortunately
It is in the readme for the final version now!
paulvg
04-29-2006, 10:17 PM
yes, this was so obvious to us, that we forgot it... unfortunately
well i mean it DOES sound obvious once you think about it, but to the person that isn't thinking about it too much, it can be overlooked. oh well, thanks for the quick response regardless :D
batts_
05-10-2006, 08:23 PM
check out if there are some spaces or empty lines where they should not be...
this "header already sent" signifies that there are some linebreaks
and with every empty line or empty space in a new page, the server sends default headers... ignoring the defined headers ...
which files did you open in the editor? pixelpost.php for sure.
Which editor did you use to enter the database infos there?
Some editors add invisible characters... if it is in UNICODE format check that the editor saves it without BOM (whatever BOM means... it is something of a UNICODE-speciality..)
im having the same problem(installing the new verison). how do i fix that? im kinda confused..
Wonho
05-25-2006, 03:03 PM
Warning: Cannot modify header information - headers already sent by (output started at /web2/wonho/wonho.80port.net/includes/create_tables.php:38) in /web2/wonho/wonho.80port.net/admin/install.php on line 47
Same.. I can't connect Admin page.
Connie
05-25-2006, 06:19 PM
did you upgrade or did you install first time?
It could be that you have some problematic lines in the pixepost.php maybe..
could you tell us the URL?
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.