I have installed the module (Newest one released yesterday), set up permissions and gone ahead and uploaded a video. It uploads perfectly without any errors (so it seems) and then i return and see the article all blank.
Is there something i have to configure or something? Don't understand why it is blank.
File i am trying to upload is of wmv which is handled by Windows Media Player. IE8 doesnt show the video nor FireFox 3.
Comments
Comment #1
hypertext200see latest release
Comment #2
rezvani63 commentedI have the same problem, since I have installed the latest release of module today! My configuration and settings is okay as I followed the instructions from video module website.
But still cannot play and watch any kind of video (mov, mp4 or avi)!
I don't know what is the problem from!!!
Comment #3
somebodysysop commentedI have the same exact problem. I just updated from latest 5.x version to 6.x-2.0-beta1. Videos appeared in 5.x but do not appear in 6.x. I am using Video URL for mostly wmv videos. Any suggestions at all?
Comment #4
hypertext200We still ddin't provide a upgrade from D5 it will take quite a ugly(only for video upload) to me since Drupal changed its file save D5 to D6, so we had to use separate video_upload table which is not at the D5.
So this upgrade will fix in next release,
Comment #5
somebodysysop commentedI have the same problem when I try to create new video nodes in 6.x using video url. These videos are on a separate server, not the local drive. They simply don't appear when the node is saved. I also noticed that I don't see a video view under the list of available views. Is there any thing I can do now to get the videos working in 6.x?
Tried uploading videos:
# user warning: Table 'drupal_cad.video_upload' doesn't exist query: INSERT INTO video_upload (vid, nid, fid) VALUES (4333, 4297, 774) in /var/www/html/websites/drupal/centralavedance/modules/video/types/video_upload/video_upload.module on line 495.
# user warning: Table 'drupal_cad.video_upload' doesn't exist query: SELECT fid FROM video_upload WHERE nid = 4297 in /var/www/html/websites/drupal/centralavedance/modules/video/types/video_upload/video_upload.module on line 310.
Is it just a matter of creating this video_upload table manually?
Comment #6
hypertext200@SomebodySysop, i think you have not install the module properly, please find the install files and create database schema. when you upgrade this kind of thing possible to happen and what you can do it, copy all video related entries from file revision to videu_upload keep node id and file id as it is, then it should work
Comment #7
somebodysysop commentedOK. Thanks.
What I did was to write a program to convert video nodes to embedded field video nodes. What I discovered in that process:
1. I had to load, then re-save each node in order to correctly configure the embedded field for each node.
2. In that process of re-saving the node, whatever was incorrect with the video.module corrected itself.
The result: Two videos now playing on each node.
I have not tried it yet, but my guess is that you're right. Going back and manually running the update database schema that creates "video_upload" table, or manually creating the table myself, should resolve the upload problem.
As I will probably continue using the embedded field video module until the upgrade issue is fixed, I'll close it for now.
Comment #8
somebodysysop commented