Changes between Version 20 and Version 21 of TroubleShooting
- Timestamp:
- 06/07/13 12:07:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TroubleShooting
v20 v21 60 60 [http://agilebits.com/products/1Password 1Password] doesn't like our Registration process. 61 61 62 == Web2py issues == 63 64 The current trunk of web2py can be found here - [https://github.com/web2py/web2py web2py] 65 66 If traceback gives - 67 {{{<type 'exceptions.AttributeError'> 'Query' object has no attribute 'as_dict'}}} 68 69 Check if web2py/gluon/dal.py has a module named as_dict in class Query. 70 71 If not, update your web2py to the current trunk. 72 62 73 ---- 63 74 UserGuidelines/Admin