Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6526 closed defect (invalid)

can't view tickets

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Traceback (most recent call last):
  File "/kunden/homepages/30/d92455798/htdocs/usr//lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/kunden/homepages/30/d92455798/htdocs/usr//lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/kunden/homepages/30/d92455798/htdocs/usr//lib/python2.5/site-packages/trac/ticket/query.py", line 443, in process_request
    self.display_html(req, query)
  File "/kunden/homepages/30/d92455798/htdocs/usr//lib/python2.5/site-packages/trac/ticket/query.py", line 552, in display_html
    tickets = query.execute(req, db)
  File "/kunden/homepages/30/d92455798/htdocs/usr//lib/python2.5/site-packages/trac/ticket/query.py", line 158, in execute
    cursor.execute(sql, args)
  File "/kunden/homepages/30/d92455798/htdocs/usr/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/kunden/homepages/30/d92455798/htdocs/usr/lib/python2.5/site-packages/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "build/bdist.linux-i686/egg/MySQLdb/cursors.py", line 149, in execute
    query = query.encode(charset)
LookupError: unknown encoding: latin1_de

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

Closing this ticket closed as invalid, as there is no information (trac version, author details, …) but a lonely traceback.

It is likely to be an installation issue anyway (post it to the MailingList)

comment:2 by Christian Boos, 17 years ago

<rant>what about adding MySQLdb to BadContent?</rant>

Anyway, just another wrongly configured MySQL database. We say everywhere that the database must be created using utf8 encoding, see MySqlDb for details.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.