Hi Leonel,

Done that and cleaned the cache folder. When I call /appadmin/ccache the
code breaks here:
try:
     disk['ratio'] = disk['hits'] * 100 / value['hit_total']

The first time everything goes great with the from cache.disk.storage[key]:
{'hit_total': 0, 'misses': 0}

The second time it hits my breakpoint on the try/except is crashes on this
code:
value = cache.disk.storage[key]

The key it is looking for is: 'all-wcprops'

Hmmm... that's an SVN file in a 'hidden' folder (.svn) :)

When I download Web2Py and run it, than everything works.


2015-03-03 13:14 GMT+01:00 Leonel Câmara <leonelcam...@gmail.com>:

> Hey Eric,
>
> web2py 2.9.12 does contain the fix, however your application's appadmin
> probably doesn't as the error is in appadmin which is a controller in your
> own application. You need to copy the one with the fix from the 2.9.12
> welcome application and overwrite it.
>
> --
> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/3usaQxAFY0k/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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