Posted by Iritscen on July 9, 2009 at 9:27pm
2 followers
Jump to:
| Project: | Public Download Count |
| Version: | 6.x-1.0-beta3 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | pixture |
| Status: | active |
Issue Summary
When viewing the PDC Reports page, if I click "Details" for a file that has downloads, it always gives me a "404 - Not Found" page. The URL behind "Details" is like: http://thing.place.net/admin/reports/pubdlcnt/counter?file=my-file.zip&m... and it never works for any file.
P.S.: I want to say "thank you" for writing this module, it is proving quite useful.
Comments
#1
Sorry, I am not totally sure if this is one issue or two, but I have also noticed that clicking on the file names on the Reports page returns 404. The reason in this case is that the URLs PDC is presenting are direct links, not the "?q="-style indirect links that I have to use on my site. I don't know if the issue I first reported is part of the same problem or not.
#2
It sounds like you are not using clean URLs ?
Maybe that's the cause of this issue. Could it possible that you can turn this mode ON and see what will happen?
You can turn it on by "Site configuration" > "Clean URLs" page.
#3
Sorry, I meant "clean" URLs when I said "direct". Yes, I have never turned on clean URLs because I do not have the privileges on the server to make that possible. I will speak with the person who manages the domain I'm on and see if he can get me set up with clean URLs.
#4
Meanwhile, I will look into the code to see if I can easily make the module work even if the clean URL feature is OFF. It may take some time to work on this (a couple of weeks, maybe..)
#5
My domain's admin got me set up with clean URLs, and the bugs mentioned above were resolved. Someday it might still be a good idea to add support for "dirty" URLs, but of course if no one else is reporting my problem then it's obviously not affecting many Drupal users! I will leave the issue open for you to close at your discretion once you decide if this will be fixed later or not. Thanks.