Working on trying out the json support but db won't get past this error.

Traceback (most recent call last):
  File "C:\web2py_src_2.2.1\web2py\gluon\restricted.py", line 212, in restricted
    exec ccode in environment
  File "C:/web2py_src_2.2.1/web2py/applications/TAMOTO/models/db.py" 
<http://127.0.0.1:8000/admin/default/edit/TAMOTO/models/db.py>, line 73, in 
<module>
    auth.wiki(resolve=False)
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 3330, in wiki
    templates=templates)
  File "C:\web2py_src_2.2.1\web2py\gluon\tools.py", line 4766, in __init__
    templates = db.auth_wiki.tags.contains('template')&\
  File "C:\web2py_src_2.2.1\web2py\gluon\dal.py", line 7256, in __getattr__
    return ogetattr(self, key)
AttributeError: 'DAL' object has no attribute 'auth_wiki'


-- 



Reply via email to