Quote:
Originally Posted by MetalGearMaster
I'm having a small problem, whenever I finish a game and it's loading to take me to the comments page, it just returns me to Arcade Home and it says this at the very top:
Warning: No content-type in POST request in Unknown on line 0
Warning: Cannot add header information - headers already sent in Unknown on line 0
Any reason why?
MGM out
|
Hi,
this sounds like a typical PHP Error where someone did not put the session variables into the right order. They have to be placed directly after <?php. If there is something between the header is already placed and cannot be redefined twice. I am not sure if this applies here but please have a look at the beginning of your PHP file. Just a hint.
Cheers,
Pseudomizer