Hey guys,So we utilize git repos for most of our clients, we setup OST on a staging server, went fine, copied the database over to the live server and pulled the files - everything works fine EXCEPT logging into SCP apparently. I have had this issue in the past when moving OST installs before but cannot recall if ever figured it out as most often users complained and just wanted to switch systems, however now at 1.8.x and would hope there is a resolution for this. I have searched up and down Google and the forums and while yes found similar issues none seem to match. Again - running the latest install. When trying to login to SCP it goes to login.php which is a blank page, errors are: PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/class.ostsession.php on line 65 PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/class.ostsession.php on line 65 PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/class.http.php on line 56There is no custom header or templates or anything, all that was done was the logo switched out with some minor CSS changes and evenso that is on the frontend which would not affect the backend. However while we're on the frontend subject, that is also throwing errors however does not seem to be an issue (at least a noticed one, yet): PHP Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/class.ostsession.php on line 65 PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/class.ostsession.php on line 65 PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/support/include/ost-config.php) in /home/xxxx/public_html/support/include/client/header.inc.php on line 3Now again, the main concern is the backend/top errors - frontend I'm sure is related however not causing such an issue right now. We have went all around the files trying different things and cannot figure out what is wrong. Most similar errors were when ini_set was disabled or something along those lines however that is not the case in this situation. Worked fine on staging but when moved to a NEAR identical server (but cpanel, however same libraries/etc.) am getting these issues with sessions which really doesn't make much since considering it's a pretty much default install beyond (as mentioned) some CSS mods. Does anyone have any ideas what could be causing this?Running latest OST, apache 2.4, php v5.4(.25 I believe), all optional modules. a Cpanel user.It may be something in the php confiig which is causing sessions to be parsed differently? I'm not sure, any help or suggestions would be appreciated, thanks.