Changes between Initial Version and Version 1 of Ticket #3424
- Timestamp:
- Feb 4, 2007, 2:54:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3424 – Description
initial v1 2 2 When I tried to open the admin zone, I got this error: 3 3 4 {{{ 4 5 Traceback (most recent call last): 5 6 File "/var/lib/python-support/python2.4/django/core/handlers/base.py" in get_response … … 18 19 TypeError at /admin/ 19 20 a2b_base64() argument 1 must be string or read-only character buffer, not array.array 21 }}} 20 22 21 23 I solved it changing the collation of the field session_data in the django_session table from utf8-bin to latin1_general_ci.