buy tb500

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at

to fix the problem you need to add this in index.php or login.php or any page that got the error,,  you need to put the code below

Up on top of your script, before includes etc. put this:

ob_start("ob_gzhandler"); reference http://forums.digitalpoint.com/showthread.php?t=475425

Leave a Reply