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

fax8’s picture

Yes.. confirmed.

Fabio

Moxide’s picture

Status: Active » Needs review

Hi !

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);

fax8’s picture

Status: Needs review » Fixed

Committed to cvs and 4.7

Thanks,

Fabio

Anonymous’s picture

Status: Fixed » Closed (fixed)