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
Comment #1
jorisx commentedhmm 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
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 :-)
Comment #2
fax8 commentedThis 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.