Filtering by HABTM model count

2009-03-26 Thread volve
'conditions' => array ('Album.status'=>'0'), 'fields' => array ('Album.id','Album.user_id','Album.title'),

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-25 Thread volve
in.com/users/login"; So, I guess I'll be using low security from now on eh? :-/ Thanks for your help Dieter, and thanks for dAuth! -volve On Jan 24, 9:58 pm, volve <[EMAIL PROTECTED]> wrote: > I also just compared dev to production: > > dev: > php 5.2.5, php-def

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-24 Thread volve
part of the problem. As I said earlier, I'm not sure what to check next... On Jan 24, 9:30 pm, volve <[EMAIL PROTECTED]> wrote: > Changing cake_session storage back to 'cake' (app/tmp/sessions/*) made > no difference. I can't find anything in trac.cakephp.org, and I

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-24 Thread volve
Changing cake_session storage back to 'cake' (app/tmp/sessions/*) made no difference. I can't find anything in trac.cakephp.org, and I managed to misspell your name - sorry! I don't know what to do now... :( -volve On Jan 24, 9:18 pm, volve <[EMAIL PROTECTED]> wrot

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-24 Thread volve
e if it helps). Thanks again Diether, -volve On Jan 20, 5:34 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Well, something is removing items from ( or maybe totally wiping ) > your session, and i don't think it's dAuth ;-) > did grep -i session on your proje

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-19 Thread volve
hat isn't present in PHP5 ? All I did was copy over my previous app directory into this new environment and changed database logins. I'm still baffled, but at least it's progress (I think). :) Thanks again, -volve On Jan 19, 6:38 am, "[EMAIL PROTECTED]" <[EMAIL PROTE

Re: dAuth v0.3 [Session losing 'salt' variable]

2008-01-18 Thread volve
to make sure there was nothing in my project interfering, I grep'd the entire source tree for references to 'salt' and only found the new dAuth ones). Obviously this means "Credentials mismatch" is the only result attemptLogin ever yields because it can never successfully compa

dAuth v0.3

2008-01-17 Thread volve
cessful. I also checked my files for copy-n-paste whitespace that might cause header issues but couldn't find any. I realize I may be behind the times on implementing dAuth but I hope someone else has resolved this. :) Thanks! -volve --~--~-~--~~~---~--~---