[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-15 Thread Anatoli Hristov
dnesday, April 15, 2020 at 4:20:18 PM UTC-7, Anatoli Hristov wrote: >> >> Found some log in nginx access.log: >> >> 10.63.238.14 - - [15/Apr/2020:23:18:00 +] "GET / HTTP/1.0" 500 21 "-" >> "Mozilla/5.0 (Windows NT 10.0; Win64; x64) Apple

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-15 Thread Anatoli Hristov
18:01 +] "GET /favicon.ico HTTP/1.0" 500 21 "https://my.domain.xyz/"; "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36" On Thursday, 16 April 2020 01:05:48 UTC+2, Anatoli Hristov wrote: > > Hello, > > I used to use

[web2py] Re: Web2py routes domains do not work for me anymore

2020-04-15 Thread Anatoli Hristov
wrote: > > > > On Wednesday, April 15, 2020 at 4:05:48 PM UTC-7, Anatoli Hristov wrote: >> >> Hello, >> >> I used to use the routes.py in the root of web2py folder where after >> deployed a new server, and restored the web apps, it shows (Internal ser

[web2py] Web2py routes domains do not work for me anymore

2020-04-15 Thread Anatoli Hristov
Hello, I used to use the routes.py in the root of web2py folder where after deployed a new server, and restored the web apps, it shows (Internal server error): This is my routes.py > *routers = dict(* > *BASE = dict(* > *domains = {* > *'mydomain.com' : 'myapp',* > *

[web2py] Re: restful api post works great localy, but getting login redirect on a remote server

2018-02-15 Thread Anatoli Hristov
Did anyone got it working? I have exact same problem. Any help? Thanks On Tuesday, 16 October 2012 23:50:33 UTC+2, Adi wrote: > > > If this is of any help, I tried tracing basic login in tools.py, and > figured out variable "basic" never gets value from > current.request.env.http_authorizatio

[web2py] Re: Update last web2py

2017-10-30 Thread Anatoli Hristov
m master (not sure what the problem is). > > Anthony > > On Sunday, October 29, 2017 at 12:48:48 PM UTC-4, Anatoli Hristov wrote: >> >> Hi, >> >> I updated to last web2py just now, and now I cannot start my apps. >> >> root@id1:/home/tol/web2py# python web2py.p

[web2py] Re: Update last web2py

2017-10-29 Thread Anatoli Hristov
Hey, I created new web2py git clone. it looks like there is a problem with the routes.py. When I copy the file to web2py, it always show me "cannot import abspath" Broken version of web2py? thx -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2

[web2py] Update last web2py

2017-10-29 Thread Anatoli Hristov
Hi, I updated to last web2py just now, and now I cannot start my apps. root@id1:/home/tol/web2py# python web2py.py -S mypcu -M Traceback (most recent call last): File "web2py.py", line 21, in import gluon.widget File "/home/tol/web2py/gluon/widget.py", line 26, in from gluon import

[web2py] Import application from staging to production server

2017-01-31 Thread Anatoli Hristov
Hello, When I try to import an application I get error. It's my first time that I get this, I imported plenty apps. Error ticket for "idstock"Ticket ID 81.164.40.94.2017-01-30.16-32-55.1a6057a7-defb-45ff-af30-25bccb9dbe3e Cannot import module 'applications.idstock.modules.pkg_resources'Versio

[web2py] Unable to pass vars using select form

2014-11-19 Thread Anatoli Hristov
Hello, I was trying to use this kind of form, but I cannot pass the variables to the page! Any hints? Thanks {{for item in screen_model:}} {{=item.model}}{{pass}} -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source