Textpattern

Return to main site

Related

Frequently Asked Questions

file_download_* shows same url multiple times

Due to a bug in Textpattern 4.0.4, when you have multiple download-links to different files generated by file_download, file_download_link, file_download_list, the first link will show the correct link, however all later download links will point to the first download as well, instead of the respective other downloads.

To fix this issue you need to replace the file textpattern/publish/taghandlers.php with the following version:

textpattern/publish/taghandlers.php [1968]

Once you’ve replaced the file, you can check in high level diagnostics by confirming that it has this line:

/publish/taghandlers.php: unknown (42f621ba6099a81dcff8edf3c96c4adb)

You will also receive a warning that some textpattern-files have been modified. This is correct, as we actually did modify a textpattern file.

Posted 23 October 2006, 00:26 by Sencer Yurdagül

---