No more copy error, but also no vars of current request passing to
LOAD(ajax=False) =\

On 4 июл, 20:14, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote:
> I just made some changes in trunk. Can you give it a try?
>
> On Jul 4, 3:45 am, LightOfMooN <vladsale...@yandex.ru> wrote:
>
>
>
>
>
>
>
> > +1 to that.
> > I have 1.97.1 and it has the problem with request.vars in
> > LOAD(ajax=False)
> > Then I install d4c2d8d15bb1 rev. from trunk.
> > checking request.vars in LOAD(ajax=False) doesn't rises an error
> > anymore, but there was no vars in all LOAD(ajax=False) functions. So,
> > I think, current request doesn't be passed to LOAD(ajax=False)
> > functions. Then I try to install 143bbe9e11c1 rev, and it rises error:
>
> > Traceback (most recent call last):
> >   File "/opt/web2py/gluon/restricted.py", line 192, in restricted
> >     exec ccode in environment
> >   File "/opt/web2py/applications/nicent/views/default/index.html",
> > line 38, in <module>
> >   File "/opt/web2py/gluon/compileapp.py", line 116, in __call__
> >     other_request = copy.copy(request)
> >   File "/usr/lib/python2.6/copy.py", line 87, in copy
> >     rv = reductor(2)
> > TypeError: 'NoneType' object is not callable
>
> > So I returned to d4c2d8d15bb1.
>
> > On 4 июл, 04:56, pbreit <pbreitenb...@gmail.com> wrote:
>
> > > For me, the problem seems to be this 
> > > changeset:http://code.google.com/p/web2py/source/detail?r=143bbe9e11c1c66f6d932...
>
> > > Light, if you are cloning Web2py with Mercurial (which is a good idea), 
> > > you
> > > can specify exactly which version you want to be running like this: $ hg
> > > update [changeset]
>
> > > So to set Web2py back to a version that works: $ hg update d4c2d8d15bb1

Reply via email to