
noah at coderanger
Jul 11, 2008, 9:29 AM
Post #6 of 6
(86 views)
Permalink
|
|
Re: How to create Projects thorugh web GUI
[In reply to]
|
|
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 <n...@coderanger.net> 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" <hyugaricd...@gmail.com> wrote: >>>> On Thu, Jul 10, 2008 at 2:56 AM, velappan <vela.velap...@gmail.com> 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/TracForgePlugin >>>> >> >> signature.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 trac-users[at]googlegroups.com > To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com > For more options, visit this group at http://groups.google.com/group/trac-users?hl=en > -~----------~----~----~----~------~----~------~--~--- >
|