#1101 closed defect (invalid)
Trac 2005-01-05 trunk fails silently for certain operations.
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Hi there,
I have verified the installation instructions for Trac several times now, and I cannot find a fault with my setup. Basically, the following operations fail silently, redirecting my web browser to the wiki start page:
- Create ticket.
- Edit milestone (although this works via trac-admin).
I am not sure if this list is exhaustive. My setup:
- FreeBSD 4.1
- Apache 2.0.52
- mod_python 3.1.3
- Trac, several versions up to today's trunk.
I have tried unsuccessfully to follow the request through Trac's source code. The Trac instance is accessable via the Internet, and I can also provide shell access if needs be.
Please contact me at the given e-mail address if you would like this. Thanks for an otherwise excellent piece of software. I look forward to submitting my first patch soon! ;)
David.
This turned out to be a problem with my configuration. I have added a warning to this effect on the mod_python configuration instructions page.
I will investigate modifying Trac to support accepting POST requests when the request URL ends with a "/". Sorry for wasting your time.
Thanks,
David.