On Tue, Jun 26, 2012 at 12:59 AM, Jonathan Lundell <jlund...@pobox.com> wrote:
> On Jun 25, 2012, at 7:48 AM, Alec Taylor wrote:
>>
>> print auth.settings.login_next
>> /default/profile
>
> Is it possible that you have a file controllers/profile.py?

>.<

That was the case. I thought I'd renamed everything to profile2 but it
seemed that I had only renamed my views. Thanks a heap for finding the
problem!

There is still the secondary problem of "#_=_" being appended, but
that isn't really an issue so I'm happy to call case closed!

:D

>
> If you do, the router will not omit 'default' in the above case because it 
> would be ambiguous.
>
>>
>> On Mon, Jun 25, 2012 at 11:37 PM, Jonathan Lundell <jlund...@pobox.com> 
>> wrote:
>>> On Jun 25, 2012, at 6:07 AM, Jonathan Lundell wrote:
>>>>
>>>> On Jun 24, 2012, at 11:26 PM, Alec Taylor wrote:
>>>>>
>>>>> Hmm, I'm not sure.
>>>>>
>>>>> I'm running the latest trunk from github:
>>>>> https://github.com/web2py/web2py - If that makes a difference.
>>>>>
>>>>> Yes, the /profile/ URL is the one giving me trouble. It could be
>>>>> something on the facebook side, though I'm not sure.
>>>>
>>>> I'll make one more run, with the current trunk, to see whether any recent 
>>>> changes might have caused a regression.
>>>>
>>>> Would you please try logging the result of a URL call, either in your 
>>>> model or controller (I tried both)? Use whatever logging mechanism is 
>>>> convenient for you.
>>>>
>>>> If those steps don't help, I'll ask you to insert some logging into the 
>>>> routing code itself so we can see what's going on.
>>>
>>> Report: the 18 June trunk works fine for me.
>>
>
>
> --
>
>
>

-- 



Reply via email to