- Make sure there is absolutely no whitespace before
<?php
- Put
session_start()
beforeob_start()
instead of after it. - If that fails, try commenting out the session_start() as one of your includes might already be starting the session, like so:
/** session_start(); **/
0 comments:
Post a Comment