Re: What's the view cache story in cake 1.2?

2007-08-26 Thread ihti
you must write name of controller example: var $cacheAction = array('articles/view' => 864000); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googl

Re: What's the view cache story in cake 1.2?

2007-08-15 Thread wahyu setianto
I have the same problem with cache view, and until now i can't solve it, cache view doesn't work :( cache/view folder still empty On 8/14/07, Kimble <[EMAIL PROTECTED]> wrote: > > > > > On 13 Aug, 07:37, Geoff Ford <[EMAIL PROTECTED]> wrote: > > Does the cache folder have write permissions? > > >

Re: What's the view cache story in cake 1.2?

2007-08-14 Thread Kimble
On 13 Aug, 07:37, Geoff Ford <[EMAIL PROTECTED]> wrote: > Does the cache folder have write permissions? > > Geoff > --http://lemoncake.wordpress.com > > On Aug 13, 9:28 am, Kimble <[EMAIL PROTECTED]> wrote: > > > On 10 Aug, 17:56, "Feris Thia" <[EMAIL PROTECTED]> wrote: > > > > Have you added :

Re: What's the view cache story in cake 1.2?

2007-08-13 Thread Gwoo
var $helpers = array('Cache'); --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PR

Re: What's the view cache story in cake 1.2?

2007-08-12 Thread Geoff Ford
Does the cache folder have write permissions? Geoff -- http://lemoncake.wordpress.com On Aug 13, 9:28 am, Kimble <[EMAIL PROTECTED]> wrote: > On 10 Aug, 17:56, "Feris Thia" <[EMAIL PROTECTED]> wrote: > > > > > Have you added : > > > var $cacheAction = array( > > 'Your action/view URL' => se

Re: What's the view cache story in cake 1.2?

2007-08-12 Thread Kimble
On 10 Aug, 17:56, "Feris Thia" <[EMAIL PROTECTED]> wrote: > Have you added : > > var $cacheAction = array( > 'Your action/view URL' => secondsofcache > ); > > in your controller ? > > for example : > > var $cacheAction = array( > 'cat/' => 21600 > ); > > Regards, > > Fe

Re: What's the view cache story in cake 1.2?

2007-08-10 Thread Feris Thia
Have you added : var $cacheAction = array( 'Your action/view URL' => secondsofcache ); in your controller ? for example : var $cacheAction = array( 'cat/' => 21600 ); Regards, Feris On 8/10/07, Kimble <[EMAIL PROTECTED]> wrote: > > Im so frustrated! > > I have a lo

Re: What's the view cache story in cake 1.2?

2007-08-10 Thread Kimble
Im so frustrated! I have a lot of complex views using > 100 queries. I can't publish the site before I can get the view caching stuff working. All configurations are set, tmp directory is writeable, but nothing gets cached! What can I be doing wrong? --~--~-~--~~~---

What's the view cache story in cake 1.2?

2007-08-09 Thread Kimble
I can't get view caching to work with CakePHP v1.2.0.5427alpha. DEBUG = 0 and CHECK_CACHE = true The cache helper is added to the helpers array. Has Cake ditched view caching? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo