Hi, I have problem with creating a new Trac instance on my server, sample workflow
export TRAC=qgama trac-admin /opt/trac/$TRAC initenv chgrp www-data /opt/trac/$TRAC -R chmod g+w /opt/trac/$TRAC -R cat /etc/apache2/sites-enabled/003-trac <Location /trac/qgama> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /opt/trac/qgama PythonOption TracUriRoot /trac/qgama </Location> /etc/init.d/apache2 restart When I open Trac instance in my web browser I get """ Trac Error TracError: The Trac Environment needs to be upgraded. Run "trac-admin /opt/trac/qgama upgrade" """ OK, strange, anyway when running `upgrade` command nothing happen. Database is up to date, no upgrade necessary. Debian GNU/Linux stable with Trac 0.12.3.dev. Any ideas what is wrong? Thanks in advance, Martin -- 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.
