None of these solutions worked for me, but you can disable caching all
together by adding the line
Configure::write('Cache.disable', true);
to your core.php file.



tiadev wrote:
> 
> 
> hello, i updated the nightly last release cakephp 1.2 bĂȘta but i have
> a problem with cache when i separate the cake lib and the apps :
> 
> wamp / cakephp /
>                           / cake
>                           / apps /
>                                    app_my_test_app/
>                                                               / config
>                                                               /
> controllers
>                                                               ...
>                           / docs
>                           / vendors
>                          ...
> 
> wamp / webroot_of_test /
>                                     / css
>                                     / files
> 
> i configure the paths variables in index.php of webroot.
> But when i launch the test application i have this messages :
> 
> Warning (512): Cache not configured properly. Please check
> Cache::config(); in APP/config/core.php [C:\wamp\www\cakephp\cake\libs
> \configure.php, line 631]
> 
> Warning (2): array_merge() [function.array-merge]: Argument #1 is not
> an array [C:\wamp\www\cakephp\cake\libs\configure.php, line 638]
> 
> Your tmp directory is writable.
> 
> Your cache is NOT working. Please check the settings in APP/config/
> core.php
> 
> Your database configuration file is present.
> 
> Cake is able to connect to the database.
> 
> I don't understand the cache problem, i have see the others
> discussions about this but i don't found the solution, anyone can help
> me ?
> 
> --~--~---------~--~----~------------~-------~--~----~
> 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
> -~----------~----~----~----~------~----~------~--~---
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/cake-1.2-problem-with-cache-tp15150433p28626228.html
Sent from the CakePHP mailing list archive at Nabble.com.

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 [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