im getting a mysql error in the script that i'm using. it says: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/freespri/public_html/smarty/templates_c/%%F7^F7F^F7F34188%%header.tpl.php:9) in /home/freespri/public_html/includes/functions.inc.php on line 244 what does that mean? and can it be fixed? possibly with a fresh install of the script?
hmm, is this a script that you are running? because this is saying session_start() needs to be in the header, and at current, its being sent somewhere else if this is a script, check to see if there is a fix for it, or is this modded or what?
yeah its an FSR script actually and i get the error when i'm logging in.... i haven't contacted FSR about it yet though. and nothing's been modified as far as i know either.
Forget about the rest of the error message, fix what is causing the output to start early and the rest will go away.