[web2py] Re: error tickets missing error snapshot details

2019-10-23 Thread David Manns
I don't know exactly what caused this; possibly the deletion of earlier tickets without deleting session cookies. Deleting the session cookie from the browser and starting over fixed the problem: the same error produced a complete ticket. On Wednesday, October 23, 2019 at 10:59:12 AM UTC-4,

[web2py] Re: custom autocomplete fields and style

2019-10-23 Thread Ruslan Gareev
Hi, you can use `Selectable` jquery plugin for it. среда, 23 октября 2019 г., 5:30:56 UTC+5 пользователь Patito Feo написал: > > Hi, > > Is it possible to show an array of fields in the autocomplete like "field1 > - field2" ? > How can i stylish the dropdown options, backgroup colors, z-indez,

[web2py] Re: About mail and auth

2019-10-23 Thread Константин Комков
Maybe there are another variants, becouse I think user should have posibility to get letter if first letter was lost. -- 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

[web2py] Re: About mail and auth

2019-10-23 Thread Ruslan Gareev
Hi, i think that you need to leave info explanating that if user had not get email, must write issue to admin :) среда, 23 октября 2019 г., 17:13:32 UTC+5 пользователь Константин Комков написал: > > Hello! I have registration form with email verification (see picture). > When user push on

[web2py] error tickets missing error snapshot details

2019-10-23 Thread David Manns
In my development environment, on Windows, with web2py 2.18.5, error tickets are truncated, no details are displayed. An example is included below. The ticket file is only ~2kb, so the stored ticket is actually truncated. Any idea why this is happening? In the same environment

Re: [web2py] How to insert/pass image to view using js

2019-10-23 Thread Maurice Waka
Thanks for the response. Regards On Wed, Oct 23, 2019, 10:25 Ruslan Gareev wrote: > Hi Maurice! Improving Dave's answer, you can make in your controller > function: > > imgs = [IMG(_src=URL('path', 'to/your/image'), _style="your style")) > > > > среда, 23 октября 2019 г., 2:37:51 UTC+5

Re: [web2py] How to insert/pass image to view using js

2019-10-23 Thread Ruslan Gareev
Hi Maurice! Improving Dave's answer, you can make in your controller function: imgs = [IMG(_src=URL('path', 'to/your/image'), _style="your style")) среда, 23 октября 2019 г., 2:37:51 UTC+5 пользователь Dave S написал: > > > > On Tuesday, October 22, 2019 at 1:23:46 AM UTC-7, Ruslan Gareev

[web2py] Re: wfastcgi , iis & python 3 not working?

2019-10-23 Thread martel berends
Hi all Thanks a lot, the step-by-step guide helped. Everything was already done, only one thing was missing. The error was caused by the missing parameter file that's generated by the code : from gluon.main import save_password; save_password(input('admin password: '),443) The web.config is