Getting session_start() errors
-
I’m getting these warnings, triggered by wfu_loader.php, line 5. The line is:
if( !session_id() ) { session_start(); }
…so apparently, there’s no session_id() being saved.The warning says:
E_WARNING: session_start(): Cannot start session when headers already sent
…and it’s triggering every minute or so.What can be done about this?
Thank you!
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Getting session_start() errors’ is closed to new replies.