trac-users
[Prev] Thread [Next] | [Prev] Date [Next]
[Trac] Re: How to create Projects thorugh web GUI Noah Kantrowitz Wed Jul 16 08:19:25 2008
TracForge is not compatible with CGI. The 0.10 version uses some monkey patching to add the 0.11-style lazy loading to request args. You need something with a persistent interpreter (FCGI, mod_py, mod_wsgi, tracd). You will still usually see this error the first request after restarting, then it will be fine.--Noah velappan wrote:
hi the errors am getting are Oops... Trac detected an internal error: 'Request' object has no attribute '_args' Traceback (most recent call last): File "/usr/local/share/trac/cgi-bin/trac.cgi", line 20, in <module> cgi_frontend.run() File "/TracWorkspace/vela.velappan/workspace/trac/web/ cgi_frontend.py", line 68, in run gateway.run(dispatch_request) File "/TracWorkspace/vela.velappan/workspace/trac/web/wsgi.py", line 87, in run response = application(self.environ, self._start_response) File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line 363, in dispatch_request env_paths) File "/TracWorkspace/vela.velappan/workspace/trac/web/main.py", line 486, in send_project_index req.display(template) File "/TracWorkspace/vela.velappan/workspace/trac/web/api.py", line 349, in display if self.args.has_key('hdfdump'): File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line 246, in <lambda> Request.args = property(lambda self: get_args(self)) File "build/bdist.linux-i686/egg/tracforge/admin/dispatch.py", line 240, in get_args if not req._args: AttributeError: 'Request' object has no attribute '_args' Can u please help me out from this On Jul 11, 11:23 am, Noah Kantrowitz <[EMAIL PROTECTED]> wrote:Mentioning _which_ errors might get you a useful response. --Noah velappan wrote:Hi Erik . Am getting errors when using that plugin On Jul 10, 8:07 pm, "Erik Bray" <[EMAIL PROTECTED]> wrote:On Thu, Jul 10, 2008 at 2:56 AM, velappan <[EMAIL PROTECTED]> wrote:Hi . This is velappan am pretty much to trac development i have ideas in trac configuration .. now am trying to create a web faced project creation will any one help out in that ..You might want to try talking to coderanger, as TracForge already does this:http://trac-hacks.org/wiki/TracForgePluginsignature.asc 1KDownload--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
- [Trac] How to create Projects thorugh web GUI velappan
- [Trac] Re: How to create Projects thorugh web GUI Erik Bray
- [Trac] Re: How to create Projects thorugh web GUI velappan
- [Trac] Re: How to create Projects thorugh web GUI Noah Kantrowitz
- [Trac] Re: How to create Projects thorugh web GUI velappan
- [Trac] Re: How to create Projects thorugh web GUI Noah Kantrowitz <=