Avaiable Projects page error: VERSION files are missing

26 views
Skip to first unread message

Jonathan Métillon

unread,
Oct 28, 2006, 6:20:56 AM10/28/06
to Trac Users
Hi,

I'm new to this list. Hello Trac users!

I installed Trac 0.10 on my Debian server. It is served using
Lighttpd/FastCGI.

It works but the Avaiable Projects page throws this error:

* attachments: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/attachments/VERSION')
* cache: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/cache/VERSION')
* conf: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/conf/VERSION')
* htdocs: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/htdocs/VERSION')
* log: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/log/VERSION')
* plugins: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/plugins/VERSION')
* templates: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/templates/VERSION')
* wiki-macros: Error
([Errno 2] No such file or directory:
'/var/www/trac/myproject/wiki-macros/VERSION')

I tried to copy /var/www/trac/myproject/VERSION to these directories
but it's not working either.

What are these VERSION files? Why are they missing? How can I fix that?

Thank you for your time.

Noah Kantrowitz

unread,
Oct 28, 2006, 6:47:15 AM10/28/06
to trac-...@googlegroups.com
Sounds like you are using TRAC_ENV_PARENT_DIR when you mean to use
TRAC_ENV. The former works in the same way of Subversion's SVNParentPath.

--Noah

Jonathan Métillon

unread,
Oct 28, 2006, 7:19:50 AM10/28/06
to Trac Users
Noah,

I replaced TRAC_ENV_PARENT_DIR with TRAC_ENV and now it shows a Python
error about the VERSION file missing. So I changed the path from
/var/www/trac to /var/www/trac/myproject. Now it works but it shows
this project directly, not a list of avaiable projects. And the
template is missing styling, /chrome/common/css/trac.css is 404.

Reply all
Reply to author
Forward
0 new messages