I've set it all up, the DB tables were created etc. but when I try view any of the pages I get warnings like these -
Warning: Oops, php3_SetCookie called after header has been sent in ./chat/localization/languages.lib.php3 on line 70
Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in ./chat/lib/index.lib.php3 on line 76
last error repeated for lines 77,78.79.80
Is it the version of php that I'm using (4)?
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've set it all up, the DB tables were created etc. but when I try view any of the pages I get warnings like these -
Warning: Oops, php3_SetCookie called after header has been sent in ./chat/localization/languages.lib.php3 on line 70
Warning: Cannot add more header information - the header was already sent (header information may be added only before any output is generated from the script - check for text or whitespace outside PHP tags, or calls to functions that output text) in ./chat/lib/index.lib.php3 on line 76
last error repeated for lines 77,78.79.80
Is it the version of php that I'm using (4)?
Any ideas?