Page 359 of 211,269, showing 20 records out of 4,225,376 total, starting on record 7,161, ending on 7,180
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 13:10 | jaredhoyt | exchange that with Auth->autoRedirect = false; and either redirect yourself in login() or set the loginRedirect there |
# | Aug 9th 2008, 13:10 | trueaxe | I tried |
# | Aug 9th 2008, 13:10 | B00mgo_M4N | i |
# | Aug 9th 2008, 13:10 | B00mgo_M4N | am |
# | Aug 9th 2008, 13:10 | B00mgo_M4N | the |
# | Aug 9th 2008, 13:10 | trueaxe | but login is the wrong moment too |
# | Aug 9th 2008, 13:10 | jaredhoyt | shouldn't be |
# | Aug 9th 2008, 13:10 | trueaxe | let me try that again |
# | Aug 9th 2008, 13:10 | jaredhoyt | login() occurs near the end of startup() so user should already be logged in and stored in the session |
# | Aug 9th 2008, 13:11 | jaredhoyt | actually, just setting the redirect there won't work... |
# | Aug 9th 2008, 13:11 | jaredhoyt | just redirect manually :) |
# | Aug 9th 2008, 13:12 | trueaxe | oO, it got even worse. I can't login anymore |
# | Aug 9th 2008, 13:12 | AD7six | freebox why do you have a different condition from your paginate call, and why are you using aselect and counting the results in php that's, amongst various things, inefficient |
# | Aug 9th 2008, 13:13 | jaredhoyt | trueaxe: bin your user controller |
# | Aug 9th 2008, 13:13 | trueaxe | hmm, if I set autoRedirect to false, I really can#t login |
# | Aug 9th 2008, 13:13 | freebox | AD7six: http://book.cakephp.org/view/164/pagination |
# | Aug 9th 2008, 13:13 | jaredhoyt | trueaxe: are you sure it's not logged in, or are you just not arriving to the correct page... try and access a protected resource after the login manually |
# | Aug 9th 2008, 13:13 | freebox | im using this |
# | Aug 9th 2008, 13:14 | freebox | in manual have this $sql = "SELECT DISTINCT ON(week, home_team_id, away_team_id) week, home_team_id, away_team_id FROM games"; |
# | Aug 9th 2008, 13:14 | trueaxe | http://bin.cakephp.org/view/739155711 |