I've just updated the video module to the latest release and my old flv video's don't appear in the node's anymore, when I go to edit node the url seems to be gone in the "URL path settings" ...
Is there a way to get these automaticly back for all my video node's ?
I'm also missing the check box to let the video play in the node ?

any help would be appreciated

Still it;s greate that there is a new release, I was really hoping for a nice come back of the video module
Keep up the (good) work!! :-) (need to see a solution for my issue above to un comment good ;-)

Comments

jorisx’s picture

hmm seems a bigger problem here / more stuff
Running drupal 5

First:
when trying to post a new video I get the message:
"There are no Video types enabled."
Had to enable it in the module settings

Second:
Video Information
with " "URL path settings" ... I don't mean the normal drupal url but the "URL to the video: *" that's empy

Third
When I look at the dev module "devload" I get the following data:
so file data, size and url path etc. are still there

nid
17
vid
17
type
video
status
1
created
1171566685
changed
1172614609
comment
2
promote
1
sticky
0
revision_timestamp
1172614609
title
ReVJ clip two
body
Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip...
teaser
Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip, Verhaaltje over deze clip...
log
format
1
uid
3
name
toppop
picture
files/pictures/picture-3.gif
data
a:2:{s:14:"picture_delete";s:0:"";s:14:"picture_upload";s:0:"";}
vidfile
http://www.reloadmedia.com/demo/toppop/community/files/videos/re_2.flv
videox
320
videoy
240
size
0
download_counter
0
play_counter
17
video_bitrate
0
audio_bitrate
0
audio_sampling_rate
0
audio_channels
playtime_seconds
79
download_folder
disable_multidownload
0
use_play_folder
0
custom_field_1
custom_field_2
custom_field_3
custom_field_4
custom_field_5
custom_field_6
serialized_data
a:1:{s:3:"iid";s:2:"16";}
vtype
serial_data
Array
(
    [iid] => 16
)
last_comment_timestamp
1172153623
last_comment_name
comment_count
3
iid
16
taxonomy
Array
(
)

also getting this error in the update (when I sellect 5)
Failed: ALTER TABLE {video} ADD vtype varchar(32) NOT NULL default ''

is there a way to put the "vidfile" data in the path again ?
and to put the play in node back ?

Also did a new upload with the new video module; this works great (just a little strange placing of the upload progress fields (they all appeared in the upper right corner of my browser ?! .. so no critical issue)
But maybe a note that you need the token module (with link) on the video page or help text would be nice :-)

keep up the good work :-)

fax8’s picture

Status: Active » Closed (duplicate)

This problem is related to a bug on the DB update routines for the new version.. There is a field on the DB table which is incorrectly set.. Unfortunately the new code load the correct submodule basing on this field value so.. without a correct value of it everything doesn't work at all.

We already know this bug and we are creating a patch for it. See http://drupal.org/node/220929

Fabio

p.s.: setting this as duplicate. feel free to reopen if you think this is incorrect.