Hi all, I successfully installed Trac and can use tracd on port 8001 with no problem. Using it with Apache and mod_python, I can get to the project index at http://192.168.0.39:8000/trac/. After selecting a project, I got the permission error: The user httpdusr requires read _and_ write permissions to the database file <database-file>
This was resolved quickly doing chmod -R 777 <database-dir>. However, now all I get under http://192.168.0.39:8000/trac/testproject is a blank page. Previous posts describing a similar situation mentioned a pyexpat conflict. I tested importing the module and this is not the problem. Any pointers on how to resolve this would be great! -- 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.
