uhm, strange. do you have in models this line session.connect(request, response, db=db)
which is required by GAE, since it has no R/W fileystem whatsoever ? On Friday, January 29, 2016 at 10:40:40 PM UTC+1, Charles tenorio wrote: > > cool it was the *tbl(tbl auth_event, aut_group, auth_membership, > auth_user)* tbl were created but were not created (auth_cas, > auth_permission) ? > when I try to log of this error > > > > Traceback (most recent call last): > File > "/base/data/home/apps/s~jogosweb-1188/1.390332252053968354/gluon/main.py", > line 480, in wsgibase > session._try_store_in_cookie_or_file(request, response) > File > "/base/data/home/apps/s~jogosweb-1188/1.390332252053968354/gluon/globals.py", > line 1181, in _try_store_in_cookie_or_file > return self._try_store_in_file(request, response) > File > "/base/data/home/apps/s~jogosweb-1188/1.390332252053968354/gluon/globals.py", > line 1196, in _try_store_in_file > os.mkdir(session_folder) > OSError: [Errno 38] Function not implemented: > '/base/data/home/apps/s~jogosweb-1188/1.390332252053968354/applications/jogosweb/sessions' > > > > > Em terça-feira, 26 de janeiro de 2016 15:50:34 UTC-3, Charles tenorio > escreveu: >> >> good afternoon I need your help in the app engine can not use part of the >> web2py login when I call a menu that has an @ in the controller >> auth.requires_login (), it opens the login screen, you register a new user, >> but this new user does not save the datastored >> > -- 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.

