Modify

Opened 17 years ago

Closed 12 years ago

#1762 closed defect (wontfix)

ctxtnavadd is not working 0.11: Template "ctxtnavadd.js" not found

Reported by: phpxcache Owned by: Noah Kantrowitz
Priority: normal Component: CtxtnavAddPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

it generate a script url /ctxtnavadd/wiki, but i get error loading the script:

Trac detected an internal error:

TemplateNotFound: Template "ctxtnavadd.js" not found

File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/main.py", line 432, in dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/main.py", line 239, in dispatch
  data, content_type)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/chrome.py", line 569, in render_template
  template = self.load_template(filename, method=method)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5805-py2.4.egg/trac/web/chrome.py", line 553, in load_template
  return self.templates.load(filename, cls=cls)
File "/usr/lib/python2.4/site-packages/genshi/template/loader.py", line 214, in load
  raise TemplateNotFound(filename, search_path)

Attachments (0)

Change History (4)

comment:1 Changed 17 years ago by Noah Kantrowitz

Do you see the template in the egg file (unzip -l may help here)?

comment:2 Changed 17 years ago by phpxcache

nope, u don't have it in setup.py. but even if i do, same error. and changed it to use ctxtnavadd.html filename and add a ctxtnavadd.html in template/, it loads but won't the template language won't compile but send as is.

comment:3 Changed 17 years ago by Noah Kantrowitz

SVN manifests strike again. Please try again with the current trunk.

comment:4 Changed 12 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Plugin is deprecated.

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.