Modify ↓
#8501 closed defect (duplicate)
trac won't upload attachment files
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We are using trac_0.11.1 in ubuntu 9.04 with python 2.6.2 and mod_python 3.3.1 — all of them installed via apt-get (stock ubuntu packages).
Trac fails to upload files.
1.I go to a ticket. and click "attach file"
- The page for attaching files appears.
- I click "browse" and attach the file.
- I submit the attached file and another page appears (the normal page which lists the already attached files), but the uploaded file is not there. Only a button saying "attach" is there. If I press it, the whole cycle repeats again.
None of the logs has anything to say about it, apache can write to the required directories.
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Dito: the trac version that is installed with Ubuntu 9.0.4 did not work for me either. The fix was:
- Remove ubuntu trac packages:
sudo dpkg -r trac
An install from sources:
- Dopwnload latest from: http://trac.edgewall.org/wiki/TracDownload/
- cd /tmp
- Extract
- cd /tmp/Trac-<latest-version>
- sudo python ./setup.py install
- Add /usr/local/bin to PATH
- /etc/init.d/apache2 restart
Note that I use SVN, users of BAZAR/GIT or MYSQL/POSTGRESS may need to add other packages
Note:
See TracTickets
for help on using tickets.
Duplicate of #7876, please upgrade.