I was trying to read the tickets.
<type 'exceptions.RuntimeError'> maximum recursion depth exceeded
(2, 2, 1, datetime.datetime(2012, 10, 21, 10, 54, 10), 'stable')
Traceback (most recent call last):
File "/home/www-data/web2py/gluon/restricted.py", line 212, in restricted
exec ccode in environment
File "/home/www-data/web2py/applications/admin/controllers/default.py"
<https://interestid.com/admin/default/edit/admin/controllers/default.py>, line
1775, in <module>
File "/home/www-data/web2py/gluon/globals.py", line 188, in <lambda>
self._caller = lambda f: f()
File "/home/www-data/web2py/applications/admin/controllers/default.py"
<https://interestid.com/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 1215, in load_build
setstate = getattr(inst, "__setstate__", None)
File "/home/www-data/web2py/gluon/html.py", line 600, in __getattr__
return getattr(str(self), name)
File "/home/www-data/web2py/gluon/html.py", line 585, in __str__
return self.xml()
File "/home/www-data/web2py/gluon/html.py", line 582, in xml
Note: last three lines repeat (600, 585, 582, 600, 585, 582, 600...)
--