Re: [web2py] Website automatically gets logged out

2019-09-08 Thread Saranya S
pythonanywhere account and deployed updated web2py application... Now it's working perfectly On Friday, September 6, 2019 at 9:38:59 AM UTC+5:30, Saranya S wrote: > > Thanks SandeepI'm using the same web2py app from github. You have > given the link in another thread as wel

Re: [web2py] Website automatically gets logged out

2019-09-05 Thread Saranya S
:18 PM UTC+5:30, sandeep patel wrote: > > Hey Saranya, > I have successfully depoyed PayUMoney payment gateway in web2py apps. > Here is code repo <https://github.com/coodblooded/Web2py-PayUmoney>for > that. > > Please have a look at it. > > Thanks > SP > &

[web2py] Website automatically gets logged out

2019-09-05 Thread Saranya S
Website automatically logs out after 'PayUMoney' payment gateway, redirects to success.html page. This happens only after deploying to pythonanywhere serverSame code works perfectly in local host(http://127.0.0.1:8000) https://saranya80a.pythonanywhere.com/Yugamugi1/default/index Go to t

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2019-09-04 Thread Saranya S
Hi, I'm getting the same problem. User getting logged out after successful transaction. it's working fine in local host but when deployed to pythonanywhere server, I'm getting this issue. Also tried downdrading web2py version 2.17.1, still no luck... Did you find solution for this problemP

[web2py] Re: invoice table missing in estore appliance

2019-08-18 Thread Saranya S
Thanks Massimo On Sunday, August 18, 2019 at 11:12:28 AM UTC+5:30, Massimo Di Pierro wrote: > > That stuff is so old. Try this. It is a little newer. > > https://github.com/mdipierro/estore3 > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2

[web2py] EStore application not working

2019-08-02 Thread Saranya S
Downloaded *EStore appliance* from https://github.com/mdipierro/web2py-appliances/tree/master/EStore. When tried to run the application it's showing up * "Cannot resolve reference invoice in invoice_item definition".* I checked in the Model db1.py file and could not find table 'invoice', which

[web2py] invoice table missing in estore appliance

2019-08-01 Thread Saranya S
Yes.. Even I got the same error with EStore application. Invoice table is referenced in the model, but no such table is defined in the model. Could anybody please help to fix this issue. I need to explore and understand the EStore application developed by Massimo. Thank you very much in advan