Re: [web2py] Re: how to get request.vars.value to controller

2018-08-17 Thread Lovedie JC
This is good for me. Thanks for the help On Thu, 16 Aug 2018 at 22:40, Dave S wrote: > > > On Thursday, August 16, 2018 at 1:53:18 AM UTC-7, Lovedie JC wrote: >> >> Sorry am trying to understand this statement: "If you're trying to look >> at the the row you just inserted, db.post.insert() retur

[web2py] Re: Admin on GAE

2018-08-17 Thread 黄祥
> >- How to view Error Tickets while doing development in web2py on GAE >SDK? > > every error tickets usually store in errors folder of it's application folder name, you can check it manually > >- How to access the full web2py Admin features on GAE SDK? > > from the book it said: a

[web2py] Re: Admin on GAE

2018-08-17 Thread PRACHI VAKHARIA
> >>- How to view Error Tickets while doing development in web2py on GAE >>SDK? >> >> every error tickets usually store in errors folder of it's application > folder name, you can check it manually > That is not true for GAE, it appears. There are no files inside the errors folder.

[web2py] admin disabled because unable to access password file

2018-08-17 Thread icodk
upgraded to Version 2.17.1-stable+timestamp.2018.08.05.17.57.00 from the trunk I copied the old password file (parameters_443_.py ) but get admin disabled because unable to access password file when trying to activate the admin interface Any idea how to solve it ? -- Resources: - http://web2py.

[web2py] Re: Admin on GAE

2018-08-17 Thread 黄祥
pardon, yes, you r right, ticket not written on errors folder tested with web2py 2.17.1 on mac *step* curl -L -O -C - https: //dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-212.0.0-darwin-x86_64.tar.gz tar xzvf google-cloud-sdk-*.tar.gz curl -O http://web2py.com/examples/stat

[web2py] web2py won't update mysql table with new fields

2018-08-17 Thread Erik
Hi, First and foremost, I recently upgraded to 2.17.1, so I'm not sure if my issues is related to that. I had this table originally and it was all working fine: db.define_table('collection', Field('name', 'string', required=True), Field('description', 'text'),

Re: [web2py] web2py won't update mysql table with new fields

2018-08-17 Thread Erik Montes
http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-types On Fri, Aug 17, 2018 at 8:31 PM, Erik wrote: > Hi, > > First and foremost, I recently upgraded to 2.17.1, so I'm not sure if my > issues is related to that. > > I had this table originally and it was all

[web2py] Re: DAL MySQL text type

2018-08-17 Thread Erik
This section has the types: http://www.web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-types On Thursday, August 16, 2018 at 9:59:13 AM UTC-7, Carlos Cesar Caballero wrote: > > Hi guys, what kind of data type uses pydal in MySQL for "text" type?, if > it is TEXT, i

Re: [web2py] admin disabled because unable to access password file

2018-08-17 Thread Lovedie JC
I once had the same. Had to restart the comp. Sometimes you have to reinstall web2py. On Sat, 18 Aug 2018, 02:06 icodk wrote: > upgraded to Version 2.17.1-stable+timestamp.2018.08.05.17.57.00 from the > trunk > I copied the old password file (parameters_443_.py ) but get > admin disabled because