[web2py] Re: Web2py error: "Invalid Request" - where to get error log?

2014-07-05 Thread lyn2py
Ok, I managed to find out the problem, but I don't know why it behaves as such. The problem was, I had the word "admin" in the function. When I changed it to anything else, it would work with the routing code posted by Massimo here: https://groups.google.com/forum/#!topic/web2py/8KxcHTRIBWU

[web2py] Re: Web2py error: "Invalid Request" - where to get error log?

2014-07-04 Thread lyn2py
Ok there was one thing different on production vs localhost and that's the routes.py is activated on production. After I replicated routes.py on localhost, the same error comes about. This is the routes.py used: https://groups.google.com/forum/#!topic/web2py/8KxcHTRIBWU The http headers says i

[web2py] Re: Web2py error: "Invalid Request" - where to get error log?

2014-07-04 Thread lyn2py
Ok there was one thing different on production vs localhost and that's the routes.py is activated on production. After I replicated routes.py on localhost, the same error comes about. This is the routes.py used: https://groups.google.com/forum/#!topic/web2py/8KxcHTRIBWU The http headers says i

[web2py] Re: Web2py error: "Invalid Request" - where to get error log?

2014-07-04 Thread lyn2py
There are other functions in the controller, and the pages are loading per normal. Only this particular one… could it be the decorator? On Friday, July 4, 2014 11:41:28 PM UTC+8, Leonel Câmara wrote: > > This is definitely a nginx or uwsgi configuration problem. Retrace your > installation steps

[web2py] Re: Web2py error: "Invalid Request" - where to get error log?

2014-07-04 Thread Leonel Câmara
This is definitely a nginx or uwsgi configuration problem. Retrace your installation steps very carefully. -- 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) ---