I'm not sure if I'm having this problem or not (I'll explain why in a
second..) - I've updated to the latest Cake 1.2 pre-beta, (not tried
any of the nightlies yet though - at the moment the nightlies page
only seems to link to empty files)

I seem to be able to get the cache to write files to my tmp directory,
but I'm having a couple of problems

1) The cached copies of my pages don't seem to be getting used.

In my controller, I have 'Cache' in my helpers array, and also
    var $cacheAction = array(
        'controller/action' => 50000
    ); in the same controller
which seems to create the cached copies ok - but these files don't get
read when reloading the page - is there anything else I should be
doing to ensure that cached copies of pages are used, rather than
regenerating the pages every time?

- I've checked this by putting a timestamp in my page code, and this
timestamp updates every time I hit refresh (I'm assuming, if the cache
was working, this wouldn't be happening)

2) The cache doesn't seem to work with named parameters, especially
with pagination - e.g. if I use controller/action/page:2 then it
reports a file error writing to the cache (I'm assuming because of the
semicolon). Is this usual? Should caching work with pagination or is
it not used for a reason?


Any help would be hugely appreciated. I'm only just celebrating my 3rd
month with the lovely Cake, and still learning :)

Cheers

On Nov 1, 6:48 pm, Mech7 <[EMAIL PROTECTED]> wrote:
> DId anybody allready found a solution for thi :( ?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to