[web2py] BUG causes all error tickets to be unknown

2011-06-09 Thread selecta
I check out the latest web2py version from the hg I created a New simple application I modified the first menu item in models/menu.py response.menu = [ (TAG['']('Index'), False, URL(request.application,'default','index'), []) ] this does not make sense, and is just for testing, actualy I

Re: [web2py] BUG causes all error tickets to be unknown

2011-06-09 Thread Daniel Gonzalez
Im not working with the latest version, but sometimesn it happens to me, and is because there's not write permissions on the /errors folder, or because the /errors folder does not exists. I hope this help to you. El jue, 09-06-2011 a las 03:28 -0700, selecta escribió: I check out the latest