Re: Cache config in core.php

2010-10-21 Thread mark_story
The trailing ?> has been omitted from all the all PHP files in Cake for 1.3, too many headaches with headers already sent errors. -Mark On Oct 20, 7:29 am, PaulW wrote: > Okay cheers for that, I was looking for "Configure::Cache.check" so a > text search of the file didn't show it, now I see it

Re: Cache config in core.php

2010-10-20 Thread PaulW
Okay cheers for that, I was looking for "Configure::Cache.check" so a text search of the file didn't show it, now I see it is actually "Configure::write('Cache.check'" that I should have looked for. Re the closing tag, I downloaded a fresh copy of 1.3.4 and checked, there isn't one but as you say

Re: Cache config in core.php

2010-10-19 Thread cricket
On Tue, Oct 19, 2010 at 1:04 PM, Paul Willis wrote: > I'm looking into turning on caching for my 1.3.4 site. > > In the cookbook > it says "first > uncomment and set Configure::Cache.check to true in core.php" but that > doesn't app

Cache config in core.php

2010-10-19 Thread Paul Willis
I'm looking into turning on caching for my 1.3.4 site. In the cookbook it says "first uncomment and set Configure::Cache.check to true in core.php" but that doesn't appear in my core.php Also while looking at core.php I noticed it's