Modify ↓
Opened 11 years ago
Closed 11 years ago
#11148 closed defect (invalid)
NotImplementedError: pre-0.11 Wiki macro Include by provider <class 'includemacro.macros.IncludeMacro'> no longer supported
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | IncludeMacro |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann | Trac Release: | 1.0 |
Description
The IncludeMacro is not working on t-h.o and the following traceback is found in the logs.
2013-06-06 09:51:35,822 Trac[formatter] ERROR: Macro Include(source:imagetracplugin/0.11/README.txt, text/x-trac-wiki) failed: Traceback (most recent call last): File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py", line 765, in _macro_formatter return macro.ensure_inline(macro.process(args)) File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py", line 356, in process text = self.processor(text) File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/formatter.py", line 343, in _macro_processor text) File "/srv/trac-hacks.org/pve/lib/python2.6/site-packages/Trac-1.0.1-py2.6.egg/trac/wiki/macros.py", line 77, in expand_macro (name, self.__class__)) NotImplementedError: pre-0.11 Wiki macro Include by provider <class 'includemacro.macros.IncludeMacro'> no longer supported
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Ah. I installed from the 0.11 branch, but should have installed from the trunk. We can see on the IncludeMacro page, that it is working after updating to
3.0.0dev
-r12030 on the trunk.