[web2py] Network Protocol Violation Error on my web2py apps

2020-11-16 Thread mostwanted
Guys lately my applications have been experiencing this error when opening: *The site at https://www.this_site.com/init/default/business_registration has experienced a network protocol violation that cannot be repaired. * This error shows in pages where users have to login, also forms do not

Re: [web2py] Re: Push Notifications

2020-11-16 Thread mostwanted
Thanks alot Ramos, think this will work, very little work needs to be done here, I'll try it out. On Tuesday, November 17, 2020 at 1:06:10 AM UTC+2 Ramos wrote: > Why reiventing the wheel ??? > https://pusher.com/ > > I use it with web2py and works like a charm > > > Em seg., 16 de nov. de 2020

Re: [web2py] Re: Push Notifications

2020-11-16 Thread AGRogers
Thanks for the tip Antonio. The free version could work well for me. I dont mind reinventing the wheel - I just dont like fixing it when it breaks :) ___ *www.TenOutOfTen.org* rogers...@gmail.com (+95) 09 250018669 (Myanmar) On Tue, 17 Nov 2

Re: [web2py] Re: Push Notifications

2020-11-16 Thread António Ramos
Why reiventing the wheel ??? https://pusher.com/ I use it with web2py and works like a charm Em seg., 16 de nov. de 2020 às 08:44, mostwanted escreveu: > So far all I have been able achieve is asking the user for permission to > send them notifications & if they accept all that happens is that

[web2py] Redirect from web2py to flask only if user is logged in

2020-11-16 Thread clara
Hello, First of all , I want to thank for the helpful answers that I get every time I post a question in this group. Now, I have a question, I am not sure if what I am trying to do is feasible or not: I have apache running with 2 virtual hosts: - Virtual Host 1 runs Web2py with Google OAuth

Re: [web2py] PostgreSQL - column "COLUMN" must appear in the GROUP BY clause or be used in an aggregate function LINE 1:

2020-11-16 Thread villas
Usually, you would only require GROUP BY if you were trying to calculate an aggregate function such as the SUM, COUNT, AVG etc on a column. In this case, you are not specifying any such function, so it is unclear what you are trying to do. Perhaps you are simply trying to express an ORDER BY?

[web2py] Where to find Alert/Flash messages

2020-11-16 Thread Brennie Standy
I have a ticket where our client wishes to see a list of all flash/alert/error messages, including anything from "Logged in" to our own customized error messages set by the previous developer. Where in the app can I find this list? Standard global search is not proving useful. Thanks! -- Resou

[web2py] Re: Push Notifications

2020-11-16 Thread mostwanted
So far all I have been able achieve is asking the user for permission to send them notifications & if they accept all that happens is that everytime they open the app they get a greetings notification, achieving that was not complicated because it was straight forward, I placed the code in my m

[web2py] Push Notifications

2020-11-16 Thread mostwanted
Has anyone been able to implement push notifications on their web2py apps? I need a working application with some examples on how to implement this for one of my applications. I've been looking at the "web-push-book ( https://web-push-book.gauntface.com/how-push-works/)" but I cant put it tog

[web2py] Push Notifications

2020-11-16 Thread mostwanted
Has anyone been able to implement push notifications on their web2py apps? I need a working application with some examples on how to implement this for one of my applications. I've been looking at the "web-push-book (https://web-push-book.gauntface.com/how-push-works/)" but I cant put it toge