OK, adding routes.py to my app was just a coincidence. I renamed routes 
file, reloaded web2py and the problem with Admin persists.

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'mkeep 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.

Reply via email to