Changes between Version 20 and Version 21 of TroubleShooting


Ignore:
Timestamp:
06/07/13 12:07:43 (11 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v20 v21  
    6060[http://agilebits.com/products/1Password 1Password] doesn't like our Registration process.
    6161
     62== Web2py issues ==
     63
     64The current trunk of web2py can be found here - [https://github.com/web2py/web2py web2py]
     65
     66If traceback gives -
     67{{{<type 'exceptions.AttributeError'> 'Query' object has no attribute 'as_dict'}}}
     68
     69Check if web2py/gluon/dal.py has a module named as_dict in class Query.
     70
     71If not, update your web2py to the current trunk.
     72
    6273----
    6374UserGuidelines/Admin