Hi All,

When I press the 'empty cache' button on the Appadmin I get a nice error:

Traceback (most recent call last):
 File "/home/eric/Projects/Web2Py/site/gluon/restricted.py", line 224, in 
restricted
 exec ccode in environment
 File 
"/home/eric/Projects/Web2Py/site/applications/cms/controllers/appadmin.py", 
line 654, in <module>
 File "/home/eric/Projects/Web2Py/site/gluon/globals.py", line 392, in <lambda>
 self._caller = lambda f: f()
 File 
"/home/eric/Projects/Web2Py/site/applications/cms/controllers/appadmin.py", 
line 389, in ccache
 cache.disk.clear()
 File "/home/eric/Projects/Web2Py/site/gluon/cache.py", line 394, in clear
 storage.clear()
 File "/home/eric/Projects/Web2Py/site/gluon/cache.py", line 334, in clear
 del self[key]
 File "/home/eric/Projects/Web2Py/site/gluon/cache.py", line 316, in __delitem__
 recfile.remove(key, path=self.folder)
 File "/home/eric/Projects/Web2Py/site/gluon/recfile.py", line 36, in remove
 raise IOError
IOError

Is this a known issue? Web2Py crashes also when there are no files and 
directories in the "cache" folder.

I'm running on Web2Py version 2.9.11

Tnx!

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to