It's not clear exactly what you have done. Please show some code. On Friday, July 3, 2015 at 12:00:22 PM UTC-4, Sai Harsh Tondomker wrote: > > Dear Anthony, > > Yesterdays it self I have tried these but after logout it instead of > redirecting to index page it show the error which I have mention. > What I need to do. > If you want I can explain you on what project I am working. > Please help me to solve this problem. > > Waiting for your response. > > Best regards > T.Sai Harsh > > On Wed, Jul 1, 2015 at 7:44 PM, Anthony <[email protected]> wrote: > >> On Wednesday, July 1, 2015 at 10:01:19 AM UTC-4, Sai Harsh Tondomker >> wrote: >>> >>> Then What I need to do to solve the problem. >>> >> >> Your code refers to auth.user, which presumes there is a user logged in. >> If there is no user logged, in, it won't work, so maybe decorate the action >> in question with @auth.requires_login to ensure there is a logged in user. >> If you don't want to require login for this action, then you need some >> other way to identify the user. >> >> Anthony >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/cmrh-dv6oOw/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

