Intermittent cache issue

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
oliver341
Forum Members
Forum Members
Posts: 89
Joined: Sat Feb 23, 2008 3:51 pm

Intermittent cache issue

Post by oliver341 »

I'm periodically seeing the below error in the PHP error log. It's intermittent, and it only seems to occur when a user is editing content on the admin pages. The user tells me the error ("Cannot modify header information") usually clears on the next page load.

Looks like the code is looking for cache content but it's not there.

Any ideas?

Code: Select all

[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  file_get_contents(/var/sites/m/m.co.uk/public_html/tmp/cache/ff7ac65a6a7f853d79fea01a2aef3b79.dat): failed to open stream: No such file or directory in /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php on line 393
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 159
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 160
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 161
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 162
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 163
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 295
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 296
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 297
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 298
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/index.php on line 299
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/lib/misc.functions.php on line 228
[11-Feb-2015 18:54:09 Europe/London] PHP Warning:  Cannot modify header information - headers already sent by (output started at /var/sites/m/m.co.uk/public_html/lib/classes/class.cms_route_manager.php:393) in /var/sites/m/m.co.uk/public_html/lib/misc.functions.php on line 229
Post Reply

Return to “The Lounge”