On Oct 14, 2020, at 4:37 PM, Mark Sapiro <mark@msapiro.net> wrote:
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 becomesmakemigrations
followed bymigrate
.I also suggest running the django admin commands
collectstatic --clear --noinput
andcompress
My re-install seems to have fixed this issue as well. BONUS!
- Mark
mark@pdc-racing.net | 408-348-2878