Dave, did you saw my project above? Is it return message or full welcome 
page on your computer? I saw iis logs and didn't find any helpful 
information. I use reutes.py in web2py folder and it contain that:

> routers = dict(
>     # base router
>     BASE=dict(
> default_function = 'index',
> default_language = 'ru',
> domains={
> 'oas.timacad.ru':'oas',
> 'www.oas.timacad.ru':'oas',
> }
>     ),
> )

I have routes.example.py also and it contain

> from fileutils import abspath
> from languages import read_possible_languages
> possible_languages = read_possible_languages(abspath('applications', app))
> #NOTE! app - is an application based router's parameter with name of an
> #            application. E.g.'welcome'
> routers = {
>     app: dict(
>         default_language = possible_languages['default'][0],
>         languages = [lang for lang in possible_languages
>                            if lang != 'default']
>     )
> } 

 I included logging in web2py in progress.log that:

> [2019-02-15 10:20:30] START
>
> [2019-02-15 10:20:30] EDIT ererer/models/db.py: 3
>
> But agax return welcome page and I don't see it here.
I have reinstalled python, fdb driver, url rewrite, wfastcgi and error 
remained. Maybe something wrong in project, but it correct work on 2 my 
computers and don't work on server. 

-- 
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/d/optout.

Reply via email to