[web2py] Web2py column in Latinux Magazine

2010-08-26 Thread Gustavo
Martha Romero mrom...@latinux.com María Inmaculada Sanseverino m...@latinuxpress.com Gustavo Maggi gmag...@latinuxpress.com You can subscribe to the magazine for free in www.latinuxmagazine.com. We are available for anything that I can be useful. Sincerely, Latinux Magazine team

[web2py] Error in the web2py book

2010-09-03 Thread Gustavo
Hi Massimo, We found an error in the internationalization section, in the latter one paragraph reads [world "test"], and should be [word "test"], and we do not understand the meaning of entire paragraphs. Best Regards, Latinux Press Team

[web2py] Alpha version of web2py book spanish translation

2010-10-04 Thread Gustavo
translation . We extend an invitation to enter: http://www.latinuxpress.com/books/drafts/web2py If you want to collaborate with the project to translate the book, contact us through the following email: gmag...@latinuxpress.com Sincerely, Gustavo Maggi LatinuxPress

[web2py] URL helper not building good URL's

2012-07-12 Thread Gustavo Oliveira
ons = ['myapp','admin'], default_application = 'myapp', default_controller = 'default', default_function = 'index', map_static = true ) ) I hope you can help me, Gustavo

[web2py] Re: mail.send transposing "to" and "subject" ; can anybody explain this?

2012-11-01 Thread Gustavo Pereira
Guys I figured out how to solve this bug ... in my version of web2py 1.99.2 changed in the file "db.py" line: email = auth.settings.mailer to: mail = Mail () Em sexta-feira, 17 de agosto de 2012 18h25min44s UTC-3, Cliff Kachinske escreveu: > > The simple controller says this: > > record = ge

Re: [web2py] Where to host web2py

2012-12-26 Thread Gustavo Souza
Hi Adrew, I followed these steps and was able to deploy the web2py, and it works! ... I did with version 2.3.2 My only problem is that the web2py admin panel is disabled. I created the file "parameters_443.py" and put the password hash, but still the message appears "admin disabled because unable

Re: [web2py] Where to host web2py

2012-12-29 Thread Gustavo Souza
2012/12/28 Andrew > Gustavo, > > Make sure that you're accessing it via https, I've noticed that if I click > on the admin button from the main page accessed via http, it uses whatever > transport protocol that was specified to get there. > > If you're already

[web2py] 'NoneType' object is unsubscriptable with list:reference

2011-05-22 Thread Gustavo Maggi
p://127.0.0.1:8000/error_reference/appadmin/select/db?orderby=dad.id> dad.name<http://127.0.0.1:8000/error_reference/appadmin/select/db?orderby=dad.name> 1 <http://127.0.0.1:8000/error_reference/appadmin/update/db/dad/1>leonor2<http://127.0.0.1:8000/error_reference/appadmin/upd

Re: [web2py] Re: 'NoneType' object is unsubscriptable with list:reference

2011-05-23 Thread Gustavo Maggi
xception, e: >#response.flash = DIV(T('unable to parse csv > file'),PRE(str(e))) > > try upload again and you will get a ticket. Send me the ticket. > > > On May 22, 9:24 pm, Gustavo Maggi wrote: > > Yes, I try with the trunk version and thro

Re: [web2py] Error that i really dont understand

2013-05-06 Thread Gustavo Souza
Great Bruno! You save my life! hehehe SQLITEMANAGER is very useful Em terça-feira, 28 de fevereiro de 2012 05h11min22s UTC-3, rochacbruno escreveu: > > have you changed datatype for some field? i.e: if you changed from > datetime to date, or from string to date and are using SQLITE, it will be

[web2py] Re: username and email login (auth)

2013-06-02 Thread Gustavo Souza
Worked for me the following code: if 'login' in request.args: auth.settings.login_userfield = 'username' if request.vars.username and not IS_EMAIL()(request.vars.username)[1]: auth.settings.login_userfield = 'email' request.vars.email = request.vars.use

Re: [web2py] Re: web2canvas looks nice

2013-06-09 Thread Gustavo Souza
e options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it,

[web2py] uwsgi/nginx encode error

2015-10-24 Thread Gustavo Moreira Freitas
Hi guys, i have some issues to send json with special chars. i am using nginx,ubuntu 14.04 uwsgi and web2py. as follwing images, when i send a json without special chars (like ç é) it bring me response ,request.post_vars or **vars not empty. However when i sent any special chars i got not

[web2py] UWSGI - nginx and web2py - special chars bugged, not showing any data on requests.vars/post_vars

2015-10-29 Thread Gustavo Moreira Freitas
0200] "POST /api/AddUpdateAddress.json HTTP/1.1" 200 509 "-" "Apache-HttpClient/4.1.1 (java 1.5)" and no bring errors on error.log Someone can help me? I dont know how to fix it. I have already reinstall my vps on digital ocean and still have same issue. i have