In the server log we found the following errors ...
2019-03-24 15:55:36 Internal Server Error: /rooster/#012Traceback (most recent call last):#012 File "/home/ziekenhuisroosters/.virtualenvs/myenvontwikkel/lib/python3.6/site-packages/django/contrib/sessions/backends/base.py", line 190, in _get_session#012 return self._session_cache#012AttributeError: 'SessionStore' object has no attribute '_session_cache'#012#012During handling of the above exception, another exception occurred:#012#012Traceback (most recent call last):#012 File "/home/ziekenhuisroosters/.virtualenvs/myenvontwikkel/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute#012 return self.cursor.execute(sql, params)#012 File "/home/ziekenhuisroosters/.virtualenvs/myenvontwikkel/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 71, in execute#012 return self.cursor.execute(query, args)#012 File "/home/ziekenhuisroosters/.virtualenvs/myenvontwikkel/lib/python3.6/site-packages/MySQLdb/cursors.py", line 198, in execute
... just after the "(2006, 'MySQL server has gone away')" appeared in the browser. Is it possible that the
'SessionStore' object has no attribute '_session_cache'
is causing the 2006 MySQL error?