[web2py] Re: New web2py version - Bug Plugins (SOLVED)

2020-05-04 Thread Rodrigo Attique
Solved in: 3f2b1fe Em sábado, 2 de maio de 2020 11:31:42 UTC-3, Rodrigo Attique escreveu: > > Helo, I testing a new web2py version and when I try access the Download > Repository Plugins on plugins (admin) the tic

[web2py] Re: New web2py version - Bug Plugins

2020-05-04 Thread Rodrigo Attique
I open a ticket on github https://github.com/web2py/web2py/issues/2317 Em sábado, 2 de maio de 2020 11:31:42 UTC-3, Rodrigo Attique escreveu: > > Helo, I testing a new web2py version and when I try access the Download > Repository Plugins on plugins (admin) the ticket is generate. > > [image: bug

[web2py] Re: new web2py version

2011-04-22 Thread pierreth
Hello, Can you try this patch on the nightly build and tell me if things are now working? http://pastebin.com/3wjuD6vA --- Pierre

Re: [web2py] Re: new web2py version

2011-04-22 Thread Tito Garrido
I've updated again today and got: Traceback (most recent call last): File "/Users/titogarrido/Documents/Projetos/web2py/gluon/restricted.py", line 181, in restricted exec ccode in environment File "/Users/titogarrido/Documents/Projetos/web2py/applications/loja_controle/controllers/app

[web2py] Re: new web2py version

2011-04-22 Thread szimszon
Okay. No problem. I mentioned just because the default app. had that code too :-o

[web2py] Re: new web2py version

2011-04-22 Thread villas
I think I read somewhere that the URL xml() method was being withdrawn/ cancelled. I think I fixed my menu.py by simply copying a replacement line from the latest welcome/models/menu.py On Apr 22, 11:28 am, szimszon wrote: >   File > "/home/szimszon/fejlesztes/sajat/web2py/applications/mailadmi

[web2py] Re: new web2py version

2011-04-22 Thread szimszon
File "/home/szimszon/fejlesztes/sajat/web2py/applications/mailadmin/models/menu.py" , line 9, in ( T( 'Új domain' ), URL( 'default', 'domain' ).xml() == URL().xml(), URL( 'default', 'domain' ), [] ), AttributeError: 'st

Re: [web2py] Re: new web2py version

2011-04-21 Thread Bruno Rocha
I got the same error when trying to access the appadmin controller Traceback (most recent call last): File "/home/rochacbruno/Dropbox/cursodepython/web2py/gluon/restricted.py", line 181, in restricted exec ccode in environment File "/home/rochacbruno/Dropbox/cursodepython/web2py/appli

Re: [web2py] Re: new web2py version

2011-04-21 Thread Tito Garrido
In fact it's happening with SQLite too when I try to open the database administrator. On Thu, Apr 21, 2011 at 8:59 PM, Tito Garrido wrote: > This is what I get when I try to conect to a mysql database: > > > Traceback (most recent call last): > > > File "/Users/titogarrido/Documents/Projetos/w

Re: [web2py] Re: new web2py version

2011-04-21 Thread Tito Garrido
This is what I get when I try to conect to a mysql database: Traceback (most recent call last): File "/Users/titogarrido/Documents/Projetos/web2py/gluon/restricted.py", line 181, in restricted exec ccode in environment File "/Users/titogarrido/Documents/Projetos/web2py/applications/bi

[web2py] Re: new web2py version

2011-04-21 Thread ron_m
I ran my application and did not see any problems. I am over a PostgreSQL database. I likely did not exercise any new features, I have not touched the code in a week or more - working on other things right now.

[web2py] Re: new web2py version

2011-04-20 Thread Massimo Di Pierro
Your traceback seems to indicate an earlier web2py version. I believe the new version does not have that problem. Please give it a try. If the problem persists please open an issue on google code and report the model, the action and the traceback. Thank you Rafael. Massimo On Apr 20, 10:31 pm, Ra

[web2py] Re: new web2py version

2011-04-20 Thread Rafael Sales
Please check my post: http://groups.google.com/group/web2py/browse_thread/thread/21357d1dc85cbeed It can be a bug. :) On 21 abr, 00:29, Massimo Di Pierro wrote: > Please help me check the nightly build from the web2py download page. > I would like to release a new stable version next week so tha