Closed (duplicate)
Project:
Video
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2006 at 09:05 UTC
Updated:
22 Jun 2006 at 09:18 UTC
When a video is uploaded via the upload_module it seems that video_module is not providing the correct file location under the edit or play function.
It looks like the drupal temp folder is somehow getting mixed into this somehow.
The file gets copied to the files/videos directory as it should and when I manually correct the URL in edit it will play properly.
Bad url output from upload_module given to video_module:
http://www.mydomain.com/files/d:/drpath/temp/video/viz.wmv
Manually corrected url:
http://www.mydomain.com/files/videos/viz.wmv
My drupal temp folder is held at d:\drpath\temp and is properly configured under Administrator > Settings > File system settings.
Thanks!
-Darryl
Comments
Comment #1
fax8 commentedthis is a duplicate of http://drupal.org/node/69624
Same problem there.
Fabio