Modify ↓
Opened 17 years ago
Closed 17 years ago
#8297 closed defect (invalid)
AttributeError: 'WikiNotifyEmail' object has no attribute 'hdf'
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | report system | Version: | 0.11.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a POST operation on /wiki/newtestpage, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'b0337fd0d7fd8b4223fdb1e4',
'action': u'edit',
'comment': u'',
'editrows': u'20',
'page': u'newtestpage',
'save': u'Submit changes',
'scroll_bar_pos': u'0',
'text': u'004',
'version': u'3'}
User Agent was: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.8) Gecko/2009041615 Gentoo Firefox/3.0.8
System Information
| Trac | 0.11.4
|
| Python | 2.5.4 (r254:67916, Apr 26 2009, 16:38:14) [GCC 4.2.1 20070719 [FreeBSD]]
|
| setuptools | 0.6c9
|
| SQLite | 3.6.13
|
| pysqlite | 2.5.4
|
| Genshi | 0.5.1
|
| Pygments | 1.0
|
| Subversion | 1.5.5 (r34862)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/wiki/web_ui.py", line 143, in process_request
return self._do_save(req, versioned_page)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/wiki/web_ui.py", line 278, in _do_save
req.remote_addr)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11.4-py2.5.egg/trac/wiki/model.py", line 157, in save
author, remote_addr)
File "/usr/local/lib/python2.5/site-packages/TracWikiNotification-0.1.0-py2.5.egg/WikiNotification/listener.py", line 42, in wiki_page_changed
wne.notify("modified", page, version, time, comment, author, ipnr)
File "/usr/local/lib/python2.5/site-packages/TracWikiNotification-0.1.0-py2.5.egg/WikiNotification/notification.py", line 113, in notify
self.hdf.set_unescaped('name', page.name)
AttributeError: 'WikiNotifyEmail' object has no attribute 'hdf'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is a PluginIssue, please report it to the plugin maintainer.