Modify ↓
Opened 18 years ago
Closed 18 years ago
#5088 closed defect (invalid)
max_size under [attachment] ignored
Reported by: | anonymous | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.10.3 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using ubuntu feisty with apache 2.2.3-3.2build1 and trac 0.10.3-1 - everything is working fine except I can't attach files to the wiki larger than 262144 bytes even with the following in trac.ini:
[attachment] max_size = 5242880
Come to attaching a file, I get
500 Internal Server Error (Maximum attachment size: 262144 bytes)
- I'm using the cgi installation
- the trac.ini is a local track ini and is definitely read by trac because the second I add something with an invalid syntax trac shows a python error
- I've tried restarting apache which didn't help
Please let me know if you need any more details,
Roman
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Hi, sorry, I was editing /etc/trac/trac.ini instead of /var/lib/trac/project/conf/trac.ini - wonder where that trac.ini comes from though considering dpkg -L trac | grep trac.ini yields nothing.