On 2022/10/19 19:40, Roger Oberholtzer wrote: > On Tue, Oct 18, 2022 at 3:51 PM Roger Oberholtzer > <roger.oberholt...@gmail.com> wrote: > >> I will see to getting a proper log with what I hope are useful messages. > > I have attached the log for when this happens. I see there are some > reported errors. But I do not know why they are happening. > > It seems to pick on three similar pages that are only wiki formatted. > I do not recall that there are any Trac macros called. Just simple > wiki formatting. I have attached the page as well (read from the > trac.db). Nothing unusual in the contents. I have tried adding this > text to a new wiki page. The content does not render in the wiki > editing window. No error given here either. Just no rendered content.
It seems CollapsiblePlugin doesn't support Python 3. Uninstall the plugin. File "/usr/lib/python3.10/site-packages/TracCollapsiblePlugin-0.1-py3.10.egg/traccollapsible/__init__.py", line 29, in <lambda> TracError.__str__ = lambda self: unicode(self).encode('ascii', 'ignore') NameError: name 'unicode' is not defined According to https://trac-hacks.org/ticket/14155, the plugin should be unable to install with Python 3. How have you installed it? -- Jun Omae <jun6...@gmail.com> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/3e40bc63-fd8d-90e4-73f8-ae97eea58788%40gmail.com.