Log in

View Full Version : Help with a hack - headers already sent


pgowder
03-15-2005, 07:48 PM
I have a hack that adds a user's username to a record in another application. I read in thier username and then write it to that table. This worked on vB2, but since I upgraded, I've had trouble. Here is the error:


Unable to add cookies, header already sent.
File: C:\Inetpub\vhosts\powwows.com\httpdocs\gathering\p w_calendar\header.inc
Line: 6

Guy G
03-15-2005, 08:04 PM
Check the file and make sure there arent any blankd lines after the ?> .
If there are blank lines delete them and upload the file again.
If that doesnt work get a fresh file and do the mod again.

pgowder
03-15-2005, 08:05 PM
That did it, thanks!!!!!