Modify

Opened 17 years ago

Closed 12 years ago

#1197 closed defect (wontfix)

Error when running CombineWikiPlugin

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

Attachments (0)

Change History (5)

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

comment:2 Changed 17 years ago by Ismail

Resolution: worksforme
Status: closedreopened
Trac Release: 0.100.9

Coderanger,

I have the following in my trac.ini

[components] combinewiki.* = enabled webadmin.* = enabled

I still get the same error.

comment:3 Changed 17 years ago by kennikvik

try looking at the description again!

http://trac-hacks.org/report/9?COMPONENT=CombineWikiPlugin

CombineWiki will use the [pagetopdf]section in the same way as 
the PageToPdfPlugin,though you can override options there 
with a similar [combinewiki] section. 
Note that the PageToPdfPlugin is not required as a dependency.

kennikvik

comment:4 Changed 17 years ago by sdouche

Hi, I have had already this error in the past. Try to disable / enable the plugins (all checkbox).

comment:5 Changed 12 years ago by Ryan J Ollos

Resolution: wontfix
Status: reopenedclosed

Deprecated: Please try the TracWikiToPdfPlugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
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.