#1487000 closed Bugs (worksforme)
Attachement corrupted
| Reported by: | dbayle | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | MIME parsing | Version: | 0.4-stable |
| Severity: | normal | Keywords: | attachment, corrupt, corrupted |
| Cc: |
Description
Hi, we are getting trouble with roundcube stable 0.4:
Attachment get corrupted when downloading them from the roundcube web interface.
When attachment are downloaded by any mail client, they are not corrupted.
We already suppose that the problem is coming from php or roundcube configuration (or plugins)
The only plugin installed is: goldfish-1.1-STABLE
Php version is: 5.2
Roundcube version is: 0.4 stable
type of attachment corrupted: zip, pdf, doc..
Exemple of corruption:
Archive: Capture2.zip
warning [Capture2.zip]: 1 extra byte at beginning or within zipfile
Change History (4)
comment:1 Changed 3 years ago by alec
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 3 years ago by lingfude
Hi dbayle
Try enable caching ($rcmail_configenable_caching? = true;) in the config file.
I had this problem and I solved that way.
comment:3 Changed 3 years ago by dbayle
Thank you for your answers but there is no white character after the php end tag, and enabling caching has not resovled the problem. Other clue ?
comment:4 Changed 3 years ago by dbayle
Found it !!
Was my predecessor who left one blank line at the beginning of the vacation script.
Closed thanks btw

This must be some white character after ?> tag. Check configuration files or plugin files. Works for me.