Running on an Ubuntu 16.04 LTS system, under Nginx server with WSGI handler 
wsgihandler.py.  Web2py updated to 2.20.4-stable.  Using a PostgreSQL 
database.

Suddenly, I can't navigate to /appadmin nor to /admin/..., get errors like  
"invalid function (default/index)" remotely over SSL, nor locally.  My own 
application continues to run well.

Had no such problem before, running for several years.  Not sure when the 
problem started since I don't visit /admin that often.  On my desktop 
(running under Rocket) there's no such problem.  I have copied the whole 
directory structure down from the server for comparison, and it is 
identical to the version that lets me visit /appadmin on my desktop.

It seems like a routing problem, admin/index never seems to get hit, but my 
routes.py has not changed (my application is 'myapp' here):

routers = dict(
    BASE = dict(
        default_application='myapp',
    )
)

Any clue or hint for where to look will be greatly appreciated.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/39f9833e-0d70-4f8c-99d3-8670fab2d53fo%40googlegroups.com.

Reply via email to