I have faced the same problem. Then I noticed that the application owner was somehow the root. I have made myuser as an owner of the application with chown. You can try from root... chown -R youruser:youruser APPLICATION_NAME
On Thursday, January 6, 2011 at 2:22:18 AM UTC+6, Magnitus wrote: > > Hi, > > some of my users have encountered a weird error on my mock production > server. > > They get the following ticket when the first page (login) tries to > load: > > Internal error > > Ticket issued: unknown > > Rebooting the server fixed the problem, but I'd still like to get some > insight into what could have gone wrong. > > When I look in the ticket directory, I don't see any recent ticket. > > The web2py version I use on the server isn't the most up-to-date > (1.88.2). > > With that in mind, would someone have any insight on the type of > circumstances that would make Web2py behave in the above manner (not > write an actual ticket and display it to the viewer as "unknown")? -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/e1d1102a-2fa5-4cb4-ac1c-d0c47b5ffbdf%40googlegroups.com.

