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", 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", 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 =)