hi,
i'm using the 1.2 rc2 version of cakephp framework.
if i use view cache with the file engine the file is correctly
generated into the tmp/cache/views folder.
i want to switch to memcache, so i've chanced my core.php:
Cache::config('default', array('engine' => 'Memcache'));
my problem is that the framework still uses the file engine. if i
delete the cache file it will be generated after the first request
again.
another strange behaviour is when i get a cached page it throws the
following exceptions:
Notice (8): Undefined property: stdClass::$model [CORE_1.2.0.7296-rc2/
cake/libs/view/helper.php, line 328]
Notice (8): Undefined property: stdClass::$association
[CORE_1.2.0.7296-rc2/cake/libs/view/helper.php, line 361]
Notice (8): Undefined property: stdClass::$field [CORE_1.2.0.7296-rc2/
cake/libs/view/helper.php, line 361]
Notice (8): Trying to get property of non-object [CORE_1.2.0.7296-rc2/
cake/libs/view/helpers/form.php, line 179
gbk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---