I’ve started working on a new EE site and I’m getting the below error on the home page of my site:
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 5
Filename: libraries/Core.php
Line Number: 588The error shows up at the URL http://mysite.com
It doesn’t show at: http://mysite.com/index.php/site
I tried changing the template type, taking everything out of the template. The error still shows.
I was getting the below error as well until I turned off http headers:
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /Users/jhoover/Sites/audcomp.com/control_panel/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 409I have gzip turned off, system folder is hidden above the web root. I tried turning extensions off.
I have some modules installed like Structure and Solspace Calendar.
Let me know if any other info would help.