yes I can login successfully using Welcome so that does help narrow it down.
I start the skeleton build tomorrow!

all the best

2010/1/14 mdipierro <mdipie...@cs.depaul.edu>

> Can you register and login in the Welcome app? that should be the
> first test.
>
> On Jan 14, 3:43 pm, Carl <carl.ro...@gmail.com> wrote:
> > I went into each corner of my app on dev_appserver and then uploaded to
> GAE
> > but this didn't change the login behaviour.
> >
> > Let me rebuild my app part by part from a skeleton and find the smallest
> app
> > that breaks. If I don't figure it out from that I can send you the app
> that
> > works and the app that breaks.
> >
> > My first task of tomorrow!
> >
> > 2010/1/14 mdipierro <mdipie...@cs.depaul.edu>
> >
> > > Did you ever try register and login locally with dev-appserver before
> > > uploading on GAE? Perhaps some index is missing and by running
> > > locally, it would re-create the missing index.
> > > Anyway, the behavior is strange and I do not fully understand it.
> > > Could you email me the app?
> >
> > > On Jan 14, 12:42 pm, Carl <carl.ro...@gmail.com> wrote:
> > > > Trying to login after several "counter" calls resets the count.
> >
> > > > 2010/1/14 Carl <carl.ro...@gmail.com>
> >
> > > > > I added a function for counter... it works on GAE (and it works
> locally
> > > > > too)
> >
> > > > > 2010/1/14 mdipierro <mdipie...@cs.depaul.edu>
> >
> > > > >> Do your sessions work?
> >
> > > > >> can you try a simple counter?
> >
> > > > >> def counter(): return dict(c=session.c=(session.c or 0)+1)
> >
> > > > >> On Jan 14, 11:50 am, Carl <carl.ro...@gmail.com> wrote:
> > > > >> > Registering a new user... I can see a new row in GAE's data
> viewer
> > > but
> > > > >> > once created I don't get automatically logged in (which does
> happen
> > > > >> > locally). When I then try a login with these new user
> credentials I
> > > > >> > get the same silent fail.
> >
> > > > >> > On Jan 14, 5:32 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> >
> > > > >> > > Can you please run a test to better identify the problem. Can
> you
> > > > >> > > register a new user and try login as the new user? Same
> problem?
> >
> > > > >> > > On Jan 14, 11:01 am, Carl <carl.ro...@gmail.com> wrote:
> >
> > > > >> > > > def user():
> > > > >> > > >     return dict(form=auth())
> >
> > > > >> > > > Locally using SQLite or dev_appserver I can login to my
> > > application.
> > > > >> > > > When I upload to GAE logging in silently fail, I am
> redirected
> > > from
> > > > >> > > > init/default/user/login to init/default/index and no jquery
> > > flash
> > > > >> > > > message appears. No log entries are added to GAE.
> >
> > > > >> > > > In Web2py 1.67.2 login worked. Now in Web2py 1.74.5 it does
> not.
> > > > >> Sorry
> > > > >> > > > for the large gap between version... releases were thick and
> > > fast at
> > > > >> > > > the end of '09! :)
> >
> > > > >> > > > Has anyone has this experience? Any pointers?
> >
> > > > >> > > > Functions that don't require a login session execute and
> return
> > > fine
> > > > >> > > > on GAE.
> >
> > > > >> --
> > > > >> You received this message because you are subscribed to the Google
> > > Groups
> > > > >> "web2py-users" group.
> > > > >> To post to this group, send email to web...@googlegroups.com.
> > > > >> To unsubscribe from this group, send email to
> > > > >> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> <web2py%2bunsubscr...@googlegroups.com<web2py%252bunsubscr...@googlegroups.com>
> >
> > > <web2py%2bunsubscr...@googlegroups.com<web2py%252bunsubscr...@googlegroups.com>
> <web2py%252bunsubscr...@googlegroups.com<web2py%25252bunsubscr...@googlegroups.com>
> >
> >
> > > > >> .
> > > > >> For more options, visit this group at
> > > > >>http://groups.google.com/group/web2py?hl=en.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "web2py-users" group.
> > > To post to this group, send email to web...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> <web2py%2bunsubscr...@googlegroups.com<web2py%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/web2py?hl=en.
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to
> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

Reply via email to