Closed (fixed)
Project:
Project
Version:
x.y.z
Component:
Issues
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
12 Oct 2005 at 16:04 UTC
Updated:
27 Oct 2005 at 15:00 UTC
Jump to comment: Most recent file
Attachments to issues and comments are not appearing on drupal.org. This may be a file issue on the server, e.g., files are missing or moved. Links appear only if the files exist, see these lines in comment.inc:
if ($comment->file_path && file_exists($comment->file_path)) {
$summary[] = array(t('Attachment:'), '<a href="/'. file_create_url($comment->file_path). '">'. basename($comment->file_path) .'</a> ('. format_size($comment->file_size) .')');
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Masks_BW.jpg | 39.06 KB | cshields |
Comments
Comment #1
cshields commentedUnless this is a seperate issue, I fixed this earlier today. See
http://drupal.org/node/33864 and
http://drupal.org/node/33810
Just to double check I will upload a file with this.
Comment #2
cshields commented(fixed)
Comment #3
sheldon rampton commentedI don't know if this is related, but there's a problem with downloading a file attachment to an issue that I created:
http://drupal.org/node/33929
When I uploaded a patch named "patch.aggregator2.module", users who tried to download it got an error message that said, "Forbidden: You don't have permission to access /files/issues/patch.aggregator2.module on this server." When I renamed the patch to "aggregator2.module.patch" and re-uploaded it, it worked fine. Apparently there's a problem with downloading files whose names end in ".module".
Comment #4
(not verified) commented