On Nov 29, 2007 11:55 AM, Mech7 <[EMAIL PROTECTED]> wrote:
>
> Does anybody allready solve this? even with a total new setup this
> problems still occurs.. i opened a ticket but it was closed because
> not enough info? But really how can i provide more if i don't know
> what is the problem :|
I have no problem running my app in one directory and having cake in
another, so I have no idea what may be wrong here.
Cache::config('default', array('engine' => 'File'));
I did this and have no problems.
Cake core is in Sites/cake
Applications are in Sites/<appname>
I changed Sites/<appname>/config/core.php and added a line at the very end of it
Cache::config();
I changed Sites/<appname>/webroot/index.php to have this
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'cake');
Everything works just fine. No warnings, etc.
--
Chris Hartjes
My motto for 2007: "Just build it, damnit!"
@TheKeyboard - http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---