You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Estore2 error was :
Traceback (most recent call last):
File "/home/v3ss/Experiments/web2py/gluon/restricted.py", line 227, in restricted
exec ccode in environment
File "/home/v3ss/Experiments/web2py/applications/estore/models/db1.py", line 91, in
db.inventory) # copy the prodoct, in case changes
File "/home/v3ss/Experiments/web2py/gluon/packages/dal/pydal/base.py", line 834, in define_table
table = self.lazy_define_table(tablename,fields,*args)
File "/home/v3ss/Experiments/web2py/gluon/packages/dal/pydal/base.py", line 873, in lazy_define_table
polymodel=polymodel)
File "/home/v3ss/Experiments/web2py/gluon/packages/dal/pydal/adapters/base.py", line 297, in create_table
raise KeyError('Cannot resolve reference %s in %s definition' % (referenced, table._tablename))
KeyError: 'Cannot resolve reference invoice in invoice_item definition'
Is that due to Compatibility problem ?
The text was updated successfully, but these errors were encountered: