Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6815 closed defect (wontfix)

Page giving Python Error After Editing

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

Description

Steps to follow:—

  1. Create one page
  2. Clicked on "Edit this Page"
  3. Now I have written CUSTOMER & ANSWER


Old

{{ 
#!trachtml 
<h1 id="Customer Support Tools">Customer Support Tools</h1><p>&nbsp;</p><ul><li>&nbsp;[CSTools:Questions &amp; Answers]</li></ul> 

}}}

New

{{ 
#!trachtml 

<h1 id="Customer Support Tools">Customer Support Tools</h1><p>&nbsp;</p><ul><li>&nbsp;[wiki:CSToolsQ&A Questions &amp; Answers]</li></ul> 

}}}

Page gave me the error:—

Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/tinymcewiki/tinymcewiki.py", line 148, in process_request File "/usr/lib/python2.3/site-packages/trac/wiki/web_ui.py", line 135, in process_request

self._render_view(req, db, page)

File "/usr/lib/python2.3/site-packages/trac/wiki/web_ui.py", line 443, in _render_view

req.hdfwiki = {

File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 999, in wiki_to_html

Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines)

File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 793, in format

self.handle_code_block(line)

File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 732, in handle_code_block

self.out.write(to_unicode(self.code_processor.process(

File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 112, in process

text = self.processor(req, text)

File "/usr/lib/python2.3/site-packages/trac/wiki/formatter.py", line 100, in _macro_processor

return self.macro_provider.render_macro(req, self.name, text)

File "build/bdist.linux-i686/egg/tinymcewiki/tinymcewiki.py", line 50, in render_macro File "/usr/lib64/python2.3/HTMLParser.py", line 108, in feed

self.goahead(0)

File "/usr/lib64/python2.3/HTMLParser.py", line 183, in goahead

self.handle_entityref(name)

File "build/bdist.linux-i686/egg/tinymcewiki/trachtml.py", line 439, in handle_entityref

KeyError: u'A'

Attachments (0)

Change History (1)

comment:1 by hyuga <hyugaricdeau@…>, 16 years ago

Keywords: plugin added
Priority: highnormal
Resolution: wontfix
Status: newclosed

You're using the tinymcewiki plugin. This is a problem in that plugin, and not in Trac. Please submit a bug report to the plugin's maintainer.

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.