{Disarmed} Re: {Disarmed} [web2py] Re: Get reference format representation on dal callbacks

2017-12-19 Thread Carlos Cesar Caballero Díaz
Hi Massimo, thanks for your answer, basically I need the row object instead of the set in the after update callback, I have managed to do this passing the table object to my plugin and making a query. But there is a way to know the table that belongs an after update callback without passing exp

[web2py] In an APP with many accounts How do i get users to open only their accounts at login?

2017-12-19 Thread mostwanted
I want to create an application that has 2 accounts, account_A & account_B and a login page, i want every user to be directed to their specific account at login, account_A user should see only all the account_A details and information when they successfully login and not account_B information.

[web2py] Re: Migrate snag when moving from 2.14.6 to 1.16.1

2017-12-19 Thread Anthony
Did you change the MySQL connection string? By default, the names of the *.table files are prefixed with a hash of the connection string, so if you change the connection string, the hash will change, and none of the existing *.table files will be recognized. For a simple fix, you can force the

Re: {Disarmed} Re: {Disarmed} [web2py] Re: Get reference format representation on dal callbacks

2017-12-19 Thread Anthony
On Tuesday, December 19, 2017 at 8:48:15 AM UTC-5, Carlos Cesar Caballero wrote: > > Hi Massimo, thanks for your answer, basically I need the row object > instead of the set in the after update callback, I have managed to do this > passing the table object to my plugin and making a query. But th

[web2py] Re: Migrate snag when moving from 2.14.6 to 1.16.1

2017-12-19 Thread SimonD
Honestly, it is difficult to say which is the best answer. Both are extremely helpful and informative, thanks. Nico, your detailed explanation is what I was originally seeking, thanks. I ran a fake migration and all is well. Incidentally I did include all of the directories including the .tables

[web2py] Google wallet widget wont initialize on the page

2017-12-19 Thread Rahul
Hi All, I am trying to integrate and utilize the basic functionality for "Google Wallet" for my web2py app and following the instructions given in the online book. I've my own merchant ID and I have registered with Google. but the problem is that it does not seem to initialize the widget

[web2py] SSL Error: bad handshake when use requests lib

2017-12-19 Thread killzane
Hi I want to use Requests lib in web2py to run facebook's Graph API. So I need to use requests.get or requests.post. The problem is, when I run requests.get in python, it's work. but when I run in web2py, it gave me an error HTTPSConnectionPool(host='graph.facebook.com', port=443): Max retries