Thanks, but, I didn't get 2.20.4-stable from github, I installed it via the 
web2py administrative interface (which I can no longer access).  My version 
of those three files matches the pre-commit version.

The problem persists.  I can access my application, and the Welcome 
application, but not any admin pages.


On Tuesday, June 30, 2020 at 10:19:04 PM UTC-7, Massimo Di Pierro wrote:
>
> 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/92e633ef-7c6f-4011-ada1-7d024098cd2co%40googlegroups.com.

Reply via email to