just delete all the "old" errors and you should be fine. The problem is that the storage format for errors changed in a recent release, so the "new" web2py can't know how to open error files created the "old" web2py.
On Tuesday, March 4, 2014 12:01:11 PM UTC+1, [email protected] wrote: > > Hello :) > > When I tried to view error tickets through the admin app, I got an error > which is > *Problem viewing error tickets: no attribute > 'lazyT_unpickle'----------------------------------------------------------------------* > > Traceback (most recent call last): > File "/home/mxptest/web2py/gluon/restricted.py", line 217, in restricted > exec ccode in environment > File "/home/mxptest/web2py/applications/admin/controllers/default.py" > <https://165.243.187.146:8084/admin/default/edit/admin/controllers/default.py>, > line 2106, in <module> > File "/home/mxptest/web2py/gluon/globals.py", line 372, in <lambda> > self._caller = lambda f: f() > File "/home/mxptest/web2py/applications/admin/controllers/default.py" > <https://165.243.187.146:8084/admin/default/edit/admin/controllers/default.py>, > line 1579, in errors > error = pickle.load(fullpath_file) > File "/usr/lib/python2.7/pickle.py", line 1370, 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 'lazyT_unpickle' > > *----------------------------------------------------------------------* > *----------------------------------------------------------------------* > *-------------------------* > > I've upgraded web2py version from 2.0.9 to 2.8.2. > Is this the reason of the error? > Because of the error, I cannot check errors during using web2py. Please > help me....................................... T T > > Do you guys know solution or reason of this error? > Or Is there any other way to check error tickets instead of using the > admin app? > > Thank you for your answer =) > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

