I think this is because the ticket was created with an older web2py version. We should catch this error but if you delete the old tickets it will work fine.
On Sunday, 28 October 2012 09:00:18 UTC-5, mweissen wrote: > > I have tried to have a look at the error list from the admin interface -> > web2py 2.2.1 crashes: > > 178.191.58.60.2012-10-28.14-51-08.ac74aa7e-42de-44a7-9b7b-2d05f807c6f4 > <type 'exceptions.AttributeError'> 'module' object has no attribute > 'Row_unpickler' Version web2py™ (2, 2, 1, datetime.datetime(2012, 10, > 21, 16, 57, 4), 'stable') Python Python 2.7.3: /usr/bin/python Traceback > > 1. > 2. > 3. > 4. > 5. > 6. > 7. > 8. > 9. > 10. > 11. > 12. > 13. > 14. > 15. > 16. > 17. > 18. > > Traceback (most recent call last): > File "/users/www-data/web2py/gluon/restricted.py", line 212, in restricted > > > exec ccode in environment > File "/users/www-data/web2py/applications/admin/controllers/default.py" > <https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py>, > line 1775, in <module> > > > File "/users/www-data/web2py/gluon/globals.py", line 188, in <lambda> > > > self._caller = lambda f: f() > > > File "/users/www-data/web2py/applications/admin/controllers/default.py" > <https://secure2.infosms.org/admin/default/edit/admin/controllers/default.py>, > line 1401, in errors > > > error = pickle.load(fullpath_file) > File "/usr/lib/python2.7/pickle.py", line 1378, in load > > > return Unpickler(file).load() > File "/usr/lib/python2.7/pickle.py", line 858, in load > > > dispatch[key](self) > File "/usr/lib/python2.7/pickle.py", line 1090, in load_global > > > klass = self.find_class(module, name) > > > File "/usr/lib/python2.7/pickle.py", line 1126, in find_class > > > klass = getattr(mod, name) > AttributeError: 'module' object has no attribute 'Row_unpickler' > > Error snapshot [image: help] > > <type 'exceptions.AttributeError'>('module' object has no attribute > 'Row_unpickler') > > --

