On Wednesday, October 11, 2017 at 10:51:38 AM UTC-7, 黄祥 wrote: > > might we know the error traceback? > perhaps some info about your env (os, python version, web2py version, > web2py package (source or not), how you start webp2y, etc) > about password, think that you can input whatever on it even the simplest > like 'a' just 1 character, it accepted (but not recommended) >
Getting the error traceback is a little trickier when you can't sign in to admin because it's giving a ticket. If web2py is running on a machine where you can open a terminal session, then in that session go to the directory where web2py is installed, and then drill down into the applications/admin directory. List the errors directory, sorted so the newest is shown last (DIR /o:d if you're on Windows or ls -lrt if on linux). Open the newest file there; reading it is slightly painful without the usual browser rendering, but the traceback is usually the last part of the file. Good luck! Dave /dps -- 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.

