I've converted a file from Mysql_* to use PDO. Only this one file out of the application uses PDO, the rest of the files are still in Mysql_*.
After uploading the file, I received the following error:
Warning: session_start(): Cannot send session cache limiter - headers already sent
The error seems to be from line 65 from my code which is if(!isset($_SESSION)) session_start()