Comment #6 on issue 2347 by pierre.e...@gmail.com: Cache backend UI in admin settings is error-prone and can break access to site.
http://code.google.com/p/reviewboard/issues/detail?id=2347

Meanwhile, I tried to upgrade my 1.7RCsomething version to latest 1.7.6 yesterday.

I cannot get into the General Settings page. Current error is:

KeyError at /rb/admin/
Request Method: GET
Request URL:    http://192.168.0.5/rb/admin/
Django Version: 1.4.5
Exception Type: KeyError
Exception Value: 'BACKEND'


Shall I try the rb-site thing or is it too risky?

One strange thing is that in the Error log, it shows (notice the empty 'default'):
CACHES  
{'default': {},
 'staticfiles': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
                 'LOCATION': 'staticfiles-filehashes'}}

While my settings_local.py has:
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
        'LOCATION': '127.0.0.1:11211',
    },
}


Thanks!



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to