I am puzzled. This does not seem to be consistent with your error:

Traceback (most recent call last):
  File "...\gluon\restricted.py", line 181, in restricted
    exec ccode in environment
  File ".../controllers/izobrazevanje.py", line 98, in <module>
  File "...\gluon\globals.py", line 133, in <lambda>
    self._caller = lambda f: f()
  File "...\gluon\tools.py", line 2335, in f
    return action(*a, **b)
  File ".../controllers/izobrazevanje.py", line 15, in
izobrazevanje_uredi
    if form.accepts(request.vars, session):
  File "...\gluon\sqlhtml.py", line 1200, in accepts
    self.table._db(self.table.id == self.record.id).update(**fields)
  File "...\web2py\gluon\dal.py", line 5173, in update
    fields = self.db[tablename]._listify(update_fields,update=True)
  File "...\gluon\dal.py", line 4464, in _listify
    raise SyntaxError, 'Field %s does not belong to the table' % name
SyntaxError: Field logo_highres__delete does not belong to the table

On May 9, 10:20 am, andrej burja <andrej.bu...@gmail.com> wrote:
> vars:
> datum_dobave:
> 2011-04-03
> datum_racuna:
> 2011-04-03
> id:
> 1
> opomba:
> placnik:
> 2
> sklic:
> 1
> sporocilo_kupcu:
> stevilka_racuna:
> 1
> zapadlost:
>
> get_vars is empty

Reply via email to