On Aug 23, 2007, at 6:16 PM, Mike Orr wrote:
At some point I got a DeprecationWarning that all "cache_" variables
should be changed to "cache.". Looking back, it must have been
"cache_enabled" that triggered it. So I changed the underscores to
dots, and later noticed a "None" directory in my application,
containing container_lock files that looked like they belonged in the
data directory. I deleted the None directory and it came back. So i
created an empty directory with no access permissions to force an
exception, and got:
The beaker.cache. and beaker.session. beginnings are ideal. The None
directory bug was fixed, and release 0.7.5 has the fix in it. There
should be a beaker.cache. directive, alternatively, cache_dir should
still be fine.
Cheers,
Ben