A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/aphotel/public_html/application/config/config.php:1)
Filename: libraries/Session.php
Line Number: 366
#
Weird part of it, there is no session.php file in libraries folder
I had this problem before and it was caused by output_buffering was Off.
Edit your php.ini and search for output_buffering and make it looks like this
output_buffering = On
In PHP Use " ob_start(); " at first line and in CI controller constructor at first line " ob_start(); " //output buffer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With