On 10/14/20 11:12 AM, Mark Dadgar wrote:
On Oct 4, 2020, at 10:34 AM, Mark Dadgar <mark@pdc-racing.net> wrote:
So I have been wrestling with this problem for a while now. Most times, but not every time, when someone clicks on the All Threads link in hyperkitty, a 500 error is generated.
Does this happen on all lists, only some lists or only one list?
I googled it, obviously, and at first I thought it was related to this issue, but that has not proven to be the case:
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/V...
What did you google? This query gets a lot of stuff with some hints, but nothing definitive.
django render raises VariableDoesNotExist("Failed lookup for key "
One thing I noted at <https://askbot.org/en/question/3095/django-error-variabledoesnotexist-failed-lookup-for-key-request-in-u/> was
models out of date - run python manage.py syncdb and python manage.py migrate
You could try that. Note that your django admin command might be
something other than python manage.py
. Also note syncdb has been
removed from Django >=1.9. Currently, the above becomes makemigrations
followed by migrate
.
I also suggest running the django admin commands
collectstatic --clear --noinput
and
compress
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan