On Friday, October 18, 2013 4:45:16 AM UTC-7, lesssugar wrote: > > OK, adding routes.py to my app was just a coincidence. I renamed routes > file, reloaded web2py and the problem with Admin persists. > > What version of web2py? Is this an upgrade? The admin->ticket issue sounds like an upgrade from 2.5.1 or earlier, where you had to copy several files, including appadmin.py and appadmin.html, from the updated Welcome app to your own apps. The upgrade also changes the ticket format, so old tickets are unreadable, which makes displaying the ticket list fail until you remove the old tickets.
If this might be part of your situation, see more at <https://groups.google.com/forum/#!original/web2py/dUX6XAID7Ks/GSu_0LjLCBwJ> (the 2.6.1 release notes). Good luck. /dps > I read here on the forum that it might be permissions issue, but my user > owns the whole web2py/ folder with all subfolders. > > I used the following configuration: > > http://web2py.googlecode.com/hg/scripts/setup-web2py-nginx-uwsgi-centos64.sh > > so Nginx 1.4.1 + uWSGI + Web2py. > > Am I missing something? I'm keep getting "Ticket issued: unrecoverable" in > my admin page. > > On Thursday, October 17, 2013 7:11:16 PM UTC+2, lesssugar wrote: >> >> Hi. I put dummy routes.py file in my web2py/ folder. All the code there >> is: >> >> routers = dict( >> >> # base router >> BASE=dict( >> default_application='my_app_name', >> ), >> ) >> >> I reload web2py with *touch /etc/uwsgi/web2py.ini *on my server. The >> default application route works but when I go to >> https://my_domain_name.com/admin all I see is this: >> >> Internal error >> >> Ticket issued: unrecoverable >> >> Does the default-application route affect web2py's admin? >> > -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.