Modify

Opened 17 years ago

Closed 17 years ago

#1403 closed defect (fixed)

Traceback on GoogleSitemapPlugin

Reported by: darwinscusp Owned by: Christian Aust
Priority: normal Component: GoogleSitemapPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

I just loaded the GoogleSitemapPlugin, enabled it in trac.ini and recycled by webserver for good measure. The plugin appears enabled in the admin section of the site, but the URL /sitemap.xml generates the following traceback:

Traceback (most recent call last):

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request

dispatcher.dispatch(req)

File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 224, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/sitemap/api.py", line 144, in process_request File "build/bdist.linux-i686/egg/sitemap/ticket.py", line 53, in get_data

AttributeError: 'TicketData' object has no attribute 'exclude_default'

This might well be user error, but I'm not sure what to check.

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Christian Aust

Resolution: fixed
Status: newclosed

Corrected in changeset 18

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Aust.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.