Closed (fixed)
Project:
Project
Version:
x.y.z
Component:
Releases
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2005 at 11:42 UTC
Updated:
14 Sep 2005 at 05:41 UTC
Jump to comment: Most recent file
The download link to the release is wrong. The project module shows me http://www.macmediacenter.de/?q=files/project/eyerecord-1.1.2.zip. When i click on it, i get an error page. The right link is http://www.macmediacenter.de/files/project/eyerecord-1.1.2.zip
I don't use clean urls
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | projpag_dl.patch | 574 bytes | Steve Viscido |
| #3 | release-download-path.patch | 2.11 KB | nedjo |
Comments
Comment #1
Steve Viscido commentedI am having this exact same problem. The "release" download is insisting on putting that ?q= into the url, when it is not supposed to be there. One can properly download the file from the attachments section, but in the "latest releases" section, it's incorrect.
Steve
Comment #2
Steve Viscido commentedAny clues on how to fix this problem? I am no mySQL nor PHP expert. I've looked at the code but can't find anything obviously wrong.
Steve
Comment #3
nedjoThe problem is that download links are enclosed in
l()calls, which adds the ?q= if clean urls are not enabled.Attached patch substitutes hard-coded links, and should solve issue.
Comment #4
Steve Viscido commentedGreat, thanks! That was fast!
I appreciate it.
Steve
Comment #5
Steve Viscido commentedOh hey, this problem still exists in another place: the "Projects" page (the one that lists them all) in the "download" link. Same ?=files/ problem. I will see if I can find where to fix it based on your great patch and post if I find it. :)
Steve
Comment #6
Steve Viscido commentedFixed this one myself.... it's a one-liner. Thanks again for your help.
Here's the patch:
Comment #7
nedjoBoth patches applied.
Comment #8
(not verified) commented