Changes between Initial Version and Version 1 of Ticket #3424


Ignore:
Timestamp:
Feb 4, 2007, 2:54:05 AM (17 years ago)
Author:
James Bennett
Comment:

(fixed traceback formatting)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3424 – Description

    initial v1  
    22When I tried to open the admin zone, I got this error:
    33
     4{{{
    45Traceback (most recent call last):
    56File "/var/lib/python-support/python2.4/django/core/handlers/base.py" in get_response
     
    1819  TypeError at /admin/
    1920  a2b_base64() argument 1 must be string or read-only character buffer, not array.array
     21}}}
    2022
    2123I solved it changing the collation of the field session_data in the django_session table from utf8-bin to latin1_general_ci.
Back to Top