M wrote: > But back to the point - to check on othAuth's storage of login info, I <SNIP> This may well be a question for the author then.
> Still, this brings me back to my original issue - when I go to a page > that requires a login, i get redirected to login page, but when I > login, I do not get sent back to original page. Session and URL do have > the proper url to redirect back to, but redirection is just not > happening. What does the redirecting? if it is a flash message, the redirect only happens automatically for debug =0 (by default it is 1). Otherwise you need to click the message. If it's something else someone using othAuth will undoubtedly reply some time soon. > Is there a nice way to debug PHP code line by line without doing a > million print_r statements? There's a (PEAR?) debug tool that you can build into PHP Eclipse, but I've never managed it (did you dev VB perchance ;) ?) HTH, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
