Opened 15 years ago
Closed 15 years ago
#9369 closed defect (invalid)
500 Internal server error for css and js files
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | rendering | Version: | 0.11.7 |
Severity: | blocker | Keywords: | Error 500 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi,
I have installed python2.5, genshi, trac 0.11.7 and sqlite. I have created a new environment using trac-admin and running the standalone trac server. tracd —port 8000 /mydir/temp/project The standalone server starts and the pages are rendered, however the css, images and javascript files are not included. I can notice Error 500 in server log file.
My python is installed at - /softwares/install/python/ Trac is installed at - /softwares/install/python/lib/python2.4/site-packages/Trac-0.11.7-py2.4.egg
Please let me know as to how to get rid of Error 500. Looks like a configuration error.
Attachments (1)
Change History (2)
by , 15 years ago
comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Check your trac.ini, you have set htdocs_location to a wrong location, either directly or via an inherited configuration.
But this is an InstallationIssue, not a bug, so please look at that page for your support options.