Opened 17 years ago

Closed 17 years ago

Last modified 11 years ago

#1197 closed defect (wontfix)

Error when running CombineWikiPlugin — at Version 1

Reported by: ismail.mayat@… Owned by: Noah Kantrowitz
Priority: normal Component: CombineWikiPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description (last modified by Noah Kantrowitz)

I get the following error when trying to run:

Traceback (most recent call last):
  File "C:\Python23\lib\site-packages\trac\web\cgi_frontend.py", line 130, in run
    dispatch_request(req.path_info, req, env)
  File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python23\lib\site-packages\trac\web\main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "c:\python23\lib\site-packages\TracWebAdmin-0.1dev_r2440-py2.3.egg\webadmin\web_ui.py", line 105, in process_request
    path_info)
  File "build\bdist.win32\egg\combinewiki\web_ui.py", line 68, in process_admin_request
StopIteration

Change History (1)

comment:1 Changed 17 years ago by Noah Kantrowitz

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

$10 says you do not have the plugin enabled correctly. That error would mean you don't have any output formats enabled. Double check that you have something like this in trac.ini:

[components]
combinewiki.* = enabled
Note: See TracTickets for help on using tickets.