[web2py] Last saved on communication error

2018-08-24 Thread Mohammad Rostami
Hi, I'm using web2py with the following specifications: 2.17.1-stable+timestamp.2018.08.06.01.02.56 (Running on Apache/2.4.18 (Ubuntu), Python 2.7.12) According to the topics I saw in the group, there was a problem with the simplejson. So I installed simplejson using pip, But I still have a

Re: [web2py] Search for list:string values in grid search?

2018-08-24 Thread Marcelo Huerta
Anthony, thank you for your message. I will work from the information you gave, but I just wanted to say something regarding to a portion of the message: > Finally, note that if you simply enter a string in the search box and > click> "Search" (i.e., don't use the advanced search widget), it /will

[web2py] Re: Access new values in last rowid

2018-08-24 Thread Dave S
On Friday, August 24, 2018 at 9:27:24 AM UTC-7, lbjc...@gmail.com wrote: > > We are a team of newbies in web2py trying out something new. If we insert > into a database an item, and let modules access the new values it does not > work properly as expected. > The code below: > code = '' > >

Re: [web2py] Access new values in last rowid

2018-08-24 Thread Lovedie JC
r = [request.vars.mssage] should be [request.vars.replies] On Fri, 24 Aug 2018 at 19:27, wrote: > We are a team of newbies in web2py trying out something new. If we insert > into a database an item, and let modules access the new values it does not > work properly as expected. > The code below:

[web2py] Access new values in last rowid

2018-08-24 Thread lbjc1978
We are a team of newbies in web2py trying out something new. If we insert into a database an item, and let modules access the new values it does not work properly as expected. The code below: code = '' form = FORM(INPUT(_name='message'), INPUT(_type='submit')) if request.vars: r

[web2py] Re: web2py 2.17.1

2018-08-24 Thread pbreit
I'm still not sure how to upgrade a git installation. git pull git submodule update --recursive git pull --recurse-submodules ? Maybe that could be added to: https://github.com/web2py/web2py/blob/master/README.markdown -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Re: Problem with CAS and basic authentication

2018-08-24 Thread kakella
Looks like the issue is being tracked in this thread https://groups.google.com/forum/#!searchin/web2py/basic$20auth%7Csort:date/web2py/An-BhLG_HgY/9sm5RX10BQAJ Closing this thread -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Sour