Hi all,
I finally took the plunge and took a spare PC to play with a LAMP setup. I've got ubuntu 7.1 server running with the LAMP pieces of the install (apache 2.2, php 5, and mysql). Same setup I have on my Windows PC. When I got all the php and sql db's moved over, I immediatly get the cannot modify headers error message.
It's appearing only on login pages where I pass the user from the main page, then to a check_user page, then to a logon page, etc. I can see where my issue is, but what confuses me is why this has worked for years on a WAMP setup and it changes on a LAMP. Is there a buffer setting perhaps in Apache that was preset in the Windows version that I could set in the Linux one?
Thanks!