Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
(4.0.4) Something changed in handling files?
Updated to 4.0.4 yesterday and everything seemed fine.
But now I´ve noticed something strange on one of my pages…
Am using these tags in an article:
<code>
txp:file_download id=“29” form=“pdffiles” /</code>
<code>
txp:file_download id=“31” form=“pdffiles” /</code>
<code>
txp:file_download id=“19” form=“pdffiles” /</code>
The output is:
The first file (correctly shown) but multiplied (three times).
Checked the files and id:s and they seem fine… has there been any changes in the way I can use the txp:file_download tag?
edit: here is the article with the multiplied files.
Last edited by skoggy (2006-10-20 23:14:31)
Offline
#2 2006-10-20 23:23:25
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: (4.0.4) Something changed in handling files?
It’s a bug in 4.0.4.
Alex
Offline
Re: (4.0.4) Something changed in handling files?
Is there a workaround?
Offline
Re: (4.0.4) Something changed in handling files?
I’ll see that we have a patch available for download on the weblog before Monday; I am assuming this will only affect some code in taghandlers.php, so you’ll only have to replace that file.
Offline
#5 2006-10-21 22:20:16
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: (4.0.4) Something changed in handling files?
It was fixed in r1968.
Alex
Offline
Re: (4.0.4) Something changed in handling files?
Great! :) Thank you
Offline