Any help? Thanks.

On Dec 17, 9:12 am, Kawina <kawina...@gmail.com> wrote:
> I'm new to CakePHP and my little knowledge is derived from  minor
> modifications to an app created by someone else. Accordingly, my
> familiarity with the cache system is limited.
>
> My search of this group on the issue only yielded old bugs that I hope
> have been subsequently fixed.
>
> I tried adding a prefix in /app/config/core.php. I changed it in
> accordance with the documentation as follows:
> Original: Cache::config('default', array('engine' => 'File', 'path' =>
> CACHE) );
> Change: Cache::config('default', array('engine' => 'File', 'path' =>
> CACHE, 'prefix' => 'uat_') );
>
> However, that has had no effect. A typical cache file looks like this:
> cake_core_default_eng (in /persistent).
>
> I'm surprised by the "cake_" prefix. Is that the default when no
> prefix is defined?
>
> Are there other files to modify? Is it possible that the configuration
> is in a cache file that should be deleted, and if so which one?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to