After changing my config.local.php memory from 128m to 256m I recieve errors when my site loads. I cleared the cache, disabled Soptimizer both before and after changing the settings.
Any Ideas?
Warning: session_start() [function.session_start]: Cannot send session cookie - headers already sent by (output started at /home/bulkseed/public_html/config.local.php:1) in /home/bulkseed/public_html/core/class.session.php on line 271
Warning: session_start() [function.session_start]: Cannot send session cache limiter - headers already sent (output started at /home/bulkseed/public_html/config.local.php:1) in /home/bulkseed/public_html/core/class.session.php on line 271
Warning: Cannot modify header information - headers already sent by (output started at /home/bulkseed/public_html/config.local.php:1) in /home/bulkseed/public_html/core/fn.init.php on line 412
More than likely you have entered a blank line following the trailing “?>”
Tony saves the day AGAIN. Thanks… (Those darn spaces. )