Re: Update gone wrong.

2008-01-29 Thread benstof
Hey man, could you solve this? I'm currently having a very similar problem. On Nov 30 2007, 7:33 pm, Mech7 [EMAIL PROTECTED] wrote: I have in webroot index.php define ('CAKE_CORE_INCLUDE_PATH', 'C:' . DS .'wamp'. DS .'www'. DS .'cake_1.2'); When i look at the framework even if cache is

Re: Update gone wrong.

2008-01-28 Thread tiadev
Hello, i do an update today, I have the same problem when i eparate cake lib and apps 2 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 630] Your cache is NOT working. Please check

Re: Update gone wrong.

2007-12-01 Thread Mech7
Hey i updated today to the latest nightly now.. and now indeed this code is not in bootstrap anymore, and now it finally works again :D Thanks for the help :) On Dec 1, 3:12 am, Chris Hartjes [EMAIL PROTECTED] wrote: On Nov 30, 2007 9:10 PM, Chris Hartjes [EMAIL PROTECTED] wrote: On Nov

Re: Update gone wrong.

2007-11-30 Thread Mech7
I have in webroot index.php define ('CAKE_CORE_INCLUDE_PATH', 'C:' . DS .'wamp'. DS .'www'. DS .'cake_1.2'); When i look at the framework even if cache is not configured it should fall back to th default file caching.. But still i have in core.php Cache::config('default', array('engine' =

Re: Update gone wrong.

2007-11-30 Thread Chris Hartjes
On Nov 30, 2007 9:10 PM, Chris Hartjes [EMAIL PROTECTED] wrote: On Nov 30, 2007 7:33 PM, Mech7 [EMAIL PROTECTED] wrote: It still does not work.. it can't read the cache configuration.. even though all it is supposed to do is throw up an error and revert to default file caching.. Hrm, you

Re: Update gone wrong.

2007-11-30 Thread Chris Hartjes
On Nov 30, 2007 7:33 PM, Mech7 [EMAIL PROTECTED] wrote: It still does not work.. it can't read the cache configuration.. even though all it is supposed to do is throw up an error and revert to default file caching.. Hrm, you have provided me with a clue here. I do not have the

Re: Update gone wrong.

2007-11-29 Thread Mech7
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 :| --~--~-~--~~~---~--~~ You received this

Re: Update gone wrong.

2007-11-29 Thread Chris Hartjes
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

Re: Update gone wrong.

2007-11-16 Thread Mech7
Thanks but i have tried all of them.. I use nightly build, i have set the core.php config for cache, the dirs are there and writable.. i just don't know what to do anymore :| it does run ok when it is in the same dir.. only not when i place cake in a outside dir.. then it can't read the cache

Re: Update gone wrong.

2007-11-15 Thread Mech7
Did anybody allready found a fix for this? 1.2 still does not want to run with me outside the app dir :| --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Update gone wrong.

2007-11-15 Thread Mech7
I think it is also because : $cache = Cache::settings(); This never gets filled i think because there is no settings function in cache.php? Cache::config('default', array('engine' = 'File')); after the trigger error its sets it to default, but it does not work: Fatal error: Call to undefined

Re: Update gone wrong.

2007-11-15 Thread Chris Hartjes
On Nov 15, 2007 6:25 PM, Mech7 [EMAIL PROTECTED] wrote: Did anybody allready found a fix for this? 1.2 still does not want to run with me outside the app dir :| Perhaps I'm just lucky and Murphy is smiling down on me from above, but I am using the latest version of CakePHP via SVN *and*

Re: Update gone wrong.

2007-11-01 Thread Mech7
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 cake-php@googlegroups.com To unsubscribe from this group, send

Re: Update gone wrong.

2007-10-31 Thread junal
im kinda facing similar problem once i uploaded cake 1.2 pre-beta in the server,. this bellow msg im getting which is really weird... Warning (2): loadcomponent(D:\apache\htdocs\sample\cake\libs\controller \components\session.php) [function.loadcomponent]: failed to open stream: No such file or

Re: Update gone wrong.

2007-10-30 Thread Mech7
mmm strange i tried it and the problem only occurs when the cake dir is outside the app dir.. when the app dir is togheter with the new version of 1.2 it does work? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Update gone wrong.

2007-10-27 Thread Mech7
Me too.. the cache dir is still there.. and the config is set and still this error :( On Oct 22, 1:38 pm, Charlie van de Kerkhof [EMAIL PROTECTED] wrote: Still have this problem. Warning (512):Cachenotconfigured. Please useCache::config(); in APP/config/core.php [CORE/cake/bootstrap.php, line

Re: Update gone wrong.

2007-10-22 Thread Charlie van de Kerkhof
I have the same problem and the solution of nate didn't help. I think this is a bug but I don't know for sure: (latest svn version of 1.2.x.x. branches) In APP/config/core.php: - Configure::write('Cache.disable', true); - Cache::config('default', array('engine' = 'File')); Gives the warning 512

Re: Update gone wrong.

2007-10-22 Thread LS
I got this problem once... The cause is that i deleted everything under tmp... Including the cache dir. If the cache dir is not there. Cake will give out an error, and does not create the directory. Try creating it, then you problem SHOULD be fixed. =) Regards, - Sergio On Oct 22, 8:22 am,

Re: Update gone wrong.

2007-10-22 Thread Charlie van de Kerkhof
Still have this problem. Warning (512): Cache not configured. Please use Cache::config(); in APP/config/core.php [CORE/cake/bootstrap.php, line 52] But the other one is dissapeared when removing the cache files. My directory in tmp is still intact Maybe because I disable my cache but Cake still

Update gone wrong.

2007-10-16 Thread [EMAIL PROTECTED]
I'm using 1.2.x.x_11.10.2007 and the I did update it with 1.2.x.x_16.10.2007 the nightly build. On the top I get this yellow stripe indicating warnings and errors. Warning (512): Cache not configured. Please use Cache::config(); in APP/config/core.php [CORE/cake/bootstrap.php, line 52] But

Re: Update gone wrong.

2007-10-16 Thread Gwoo
did you try looking at the /app/config/core.php in the latest nightly? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: Update gone wrong.

2007-10-16 Thread Gwoo
could be a problem with the nightly --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to

Re: Update gone wrong.

2007-10-16 Thread [EMAIL PROTECTED]
I did, in cake/bootstrap.php line 48: Configure::getInstance(); line 49://Cache::config(); line 51: $cache = Cache::settings(); line 52: if(empty($cache)) { line 53:trigger_error('Cache not configured. Please use Cache::config(); in APP/config/core.php', E_USER_WARNING);

Re: Update gone wrong.

2007-10-16 Thread [EMAIL PROTECTED]
good thinking, i'll wait until tomorrow... On Oct 16, 2:06 pm, Gwoo [EMAIL PROTECTED] wrote: could be a problem with the nightly --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this

Re: Update gone wrong.

2007-10-16 Thread nate
You don't need to modify any core CakePHP files. Just remove the $cakeCache var from core.php, and add the following: Cache::config('default', array('engine' = 'File')); You might want to just replace your core.php with a fresh copy from the latest nightly and re-input your settings. On Oct