@auth.requires_login()
def bvid():
    '''
      Beallitja a kivalasztott borversenyt
    '''
    if request.vars.bvid:
        session.borverseny_id=request.vars.bvid
        q=(db.borverseny.id==session.borverseny_id)&
(db.borverseny.cim_id==db.cim.id)
        b=db(q).select(db.borverseny.datum,db.cim.telepules)
        session.borverseny=str(b[0].borverseny.datum)+", "+str(b
[0].cim.telepules)
        q=((db.auth_permission.table_name=='borverseny')&
           (db.auth_permission.record_id==request.vars.bvid))
        g=db(q).select(db.auth_permission.group_id)
        session.auth_group_id=g[0].group_id
        session.bor_tipus=None
        session.birok_szama=None
        redirect(URL(r=request,c='default',f='index'))


On dec. 16, 17:51, mdipierro <[email protected]> wrote:
> I need to see the action that triggers this.
>
> On Dec 16, 10:02 am, Oleg <[email protected]> wrote:
>
>
>
> > have the same problem. Under 1.72.3 it worked.
> > it is broken somewhere on the way to 1.73... hm.. or I understand
> > something wrong...
>
> > Oleg
>
> > On Dec 16, 8:52 am, szimszon <[email protected]> wrote:
>
> > > Hi,
>
> > > I have an error in 1.74.2:
>
> > > (dp1
> > > S'output'
> > > p2
> > > S''
> > > sS'layer'
> > > p3
> > > S'Framework'
> > > p4
> > > sS'code'
> > > p5
> > > S''
> > > sS'traceback'
> > > p6
> > > S'Traceback (most recent call last):\n  File "gluon/main.py", line
> > > 505, in wsgib
> > > ase\n    session._try_store_on_disk(request, response)\n  File "gluon/
> > > globals.py
> > > ", line 375, in _try_store_on_disk\n    cPickle.dump(dict(self),
> > > response.sessio
> > > n_file)\nPicklingError: Value returned by <function Reference_pickler
> > > at 0x8c86d
> > > 4c> must be string or tuple
> > > \n'
> > > p7
> > > s.
>
> > > On dec. 16, 07:13, mdipierro <[email protected]> wrote:
>
> > > > thanks to people who reported bugs in 1.74.1.
>
> > > > Massimo

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to