Did you get it from github?
There was a recent change that maybe could have caused this:

https://github.com/web2py/web2py/commit/cf76978a390a70dfc36d3bfe64818fc0cc7226f3

Could you please revert it and see if it fixes your problem?

On Thursday, 25 June 2020 16:53:53 UTC-7, E T Bear wrote:
>
> 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/2ec4a402-254e-405f-aa1d-87ec22763deco%40googlegroups.com.

Reply via email to