Re: Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-07 Thread José Lorenzo
Yes, your configuration looks fine. I would not advise using memcache for the _core_ cache configuration, it is better to use APC, although it will still work fine and fast with memcache. CakePHP does not cache find() calls, that is a task left for the developer. -- Our newest site for the com

Re: Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-06 Thread Chris Cinelli
Thank you. Just to be sure... What I wrote here, is it the right way to set up cakephp to use memcached for sessions? Also if I set _core_ Cache to use memcached, is cakephp going to use memcache to cache the ->find calls? On Oct 6, 2011 8:41 PM, "José Lorenzo" wrote: > The bug was fixed in la

Re: Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-06 Thread José Lorenzo
The bug was fixed in lastest commit in cakephp repo. Thanks a lot for reporting it. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To un

Re: Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-06 Thread José Lorenzo
I can confirm this bug, I'll keep you posted -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-06 Thread José Lorenzo
That looks like a very odd error. What version of php are you using? can you paste the complete core.php file in the cakephp bin? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Configuring sessions on Memcached/Membase with CakePHP 2.0RC2 - Getting errors

2011-10-06 Thread Chris Cinelli
I tried to set up sessions with memchaced and I am getting an error (plus sessions do not seem to work). I read : https://github.com/cakephp/docs/blob/master/en/development/sessions.rst It does not talk of session on memcached in specific but maybe adding it to the doc would be good ;-) I tested m