I realize Trac 12 is still in development but I wasn't able to find any existing reports of problems using FullBlogPlugin with Trac 12. I suspect I have a strange combination of things installed that might be causing this problem.
When I tried to install the latest release of FullBlogPlugin (r6685) I wasn't able to use Trac at all because of Internal Server Errors: Here are errors from server log: --------------------------------------------------------------------------------- [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/mod_python/importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/mod_python/importer.py", line 1128, in _execute_target\n result = object(arg) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/Trac-0.12dev_r8641-py2.5.egg/trac/ web/modpython_frontend.py", line 149, in handler\n gateway.run (dispatch_request) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/Trac-0.12dev_r8641-py2.5.egg/trac/ web/wsgi.py", line 88, in run\n response = application (self.environ, self._start_response) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] File "/usr/ local/lib/python2.5/site-packages/Trac-0.12dev_r8641-py2.5.egg/trac/ web/main.py", line 434, in dispatch_request\n translation.make_activable(lambda: req.locale, env.path) [Tue Oct 13 09:43:22 2009] [error] [client 67.184.16.215] AttributeError: 'NoneType' object has no attribute 'path' --------------------------------------------------------------------------------- I backed out that install and put back the previous release but when selecting the title link from the sidebar - I get this error: --------------------------------------------------------------------------------- File "/usr/local/lib/python2.5/site-packages/Trac-0.12dev_r8641- py2.5.egg/trac/web/main.py", line 467, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.12dev_r8641- py2.5.egg/trac/web/main.py", line 212, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.5/site-packages/TracFullBlogPlugin-0.1- py2.5.egg/tracfullblog/web_ui.py", line 202, in process_request prevnext_nav(req, 'Post') --------------------------------------------------------------------------------- I tried upgrading to latest release of Trac 12 but I am receiving lots of TypeError problems. If it is obvious to anyone where the problem might be or how I should investigate, I would appreciate the help. Thank you, Cathy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
