I confirm the problem. Had the same errors.
Solution for user: delete all non-tickets files from errors directory.
Any non-ticket file in directory generates error and links like

http://127.0.0.1:8000/admin/default/errors/<appname>

does not work.

To preserve directory structure in my application hg repository I used
to have one empty file in each directory.
Now I had to delete this file, didn't like it.


On 28 Kwi, 19:55, selecta <gr...@delarue-berlin.de> wrote:
> > What do you mean by corrupted error tickets? Do you have a traceback?
>
> all I get is an unknow error, a printout in the shell and a ticket
> file
> if i try to access this ticket file in the appadmin i get the
> traceback that i posted before
>
> Traceback (most recent call last):
>   File "/home/fkrause/Downloads/tmp/wp/web2py/gluon/restricted.py",
> line 181, in restricted
>     exec ccode in environment
>   File "/home/fkrause/Downloads/tmp/wp/web2py/applications/admin/
> controllers/default.py", line 1188, in <module>
>   File "/home/fkrause/Downloads/tmp/wp/web2py/gluon/globals.py", line
> 133, in <lambda>
>     self._caller = lambda f: f()
>   File "/home/fkrause/Downloads/tmp/wp/web2py/applications/admin/
> controllers/default.py", line 1033, in errors
>     error = pickle.load(open(fullpath, 'r'))
>   File "/usr/lib/python2.6/pickle.py", line 1370, in load
>     return Unpickler(file).load()
>   File "/usr/lib/python2.6/pickle.py", line 858, in load
>     dispatch[key](self)
>   File "/usr/lib/python2.6/pickle.py", line 880, in load_eof
>     raiseEOFErrorEOFError

Reply via email to