Closed (fixed)
Project:
Video
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2006 at 15:45 UTC
Updated:
19 Nov 2006 at 09:30 UTC
Hi
I've setup the video module (stable release 4.7.0, 19/09/2006 - 06:31) and it works beautifully apart from one thing. If I setup the multiple download functionality, my files appear fine in the list when I click the "Download other formats" tab, but if I actually click on one of the links to download the video file itself, I end up back on the site with a Page not found error.
Has anyone else seen this, or have I just missed something obvious?
Many thanks
Sham
Comments
Comment #1
fax8 commentedYes.. confirmed.
Fabio
Comment #2
Moxide commentedHi !
This bug still exists in version 4.7.0, 2/11/2006.
It seems to be caused by a typo in video_multidownload.module, line 159 :
_video_download_goto(arg(3), $node->vid, TRUE);should be :
_video_multidownload_download_goto(arg(3), $node->vid, TRUE);Comment #3
fax8 commentedCommitted to cvs and 4.7
Thanks,
Fabio
Comment #4
(not verified) commented