Hi,

I configured trac with mod_python and multiple projects and I have the
following problem: I get the page with "Available Projects" with the
list of projects but after each one I simply have have "Error ()". No
other info on the page or in the Apache logs.

Example:

Available Projects

* project1: Error
  ()
* project2: Error
  ()

The same projects configured with fcgi have no problem.

My setup for mod_python

<Location /test/>

   SetHandler        mod_python
   PythonHandler     trac.web.modpython_frontend
   PythonOption      TracEnvParentDir "/home/subversion/trac/projects"
   PythonPath        "sys.path + ['/home/subversion/trac/lib/python2.4/
site-packages']"
   PythonOption      TracUriRoot      "/test/"
   PythonDebug       on
   SetEnv            HTTPS 1

   Require           valid-user

   # LDAP
   [removed]
</Location>

The same with fcgi:

ScriptAlias /trac /home/subversion/trac/share/trac/cgi-bin/trac.fcgi
<Location "/trac">

   SetEnv PYTHONPATH          "/home/subversion/trac/lib/python2.4/
site-packages"
   SetEnv TRAC_ENV_PARENT_DIR "/home/subversion/trac/projects"

   Require valid-user

   # LDAP
   [removed]
</Location>

Any idea on what the problem could be or how could I have more
information?

Many thanks,

Matteo


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to