I'm repairing my table after the update of Video.
I noticed that at each row vid became equal to nid. That doesn't matter for old posted video are they were already equal but not for video posted in 2007. The vid changed and became equal to nid. I don't know why. I took and old release of my database as I backup it every week and retrieved the good vid values. That is working now.
I hope there won't something like that in the future. Should it come from a wrong configuration of my table? Is it broken?
Some other rows were deleted. I'm repairing that as well.

Ronan

CommentFileSizeAuthor
#3 video_update.patch1.12 KBfax8

Comments

fax8’s picture

Status: Active » Postponed (maintainer needs more info)

mmm.. this looks pretty strange to me.. would you please share your DB with me? you can mail it at fvaresanoATyahooDOTit (I can receive at max 10 MB)

fax8’s picture

Status: Postponed (maintainer needs more info) » Active

received DB and working on this

fax8’s picture

StatusFileSize
new1.12 KB

there is not any code in the video module updating routines which change the values of the video nid and vid.
I rerun the update routine with the DB you sent on a clan drupal 5.7 + video module install and no nid and vid where modified... they are still different as expected.

So.. something odd is happening ......

But I noticed that some of your video nodes were not updated correctly (it was unable to get the correct video type)

Would you please try to rerun the update routine using the patch attached applied to the most recent -dev snapshot ? Let's see if this fix something.
(I run the upgrading routine here with the DB you sent and using the patch and )

Please do not test this on your live website! Only on a testing site.

rondev’s picture

I already updated my database manually and put url in vtype.
I don't know for the odd. I just know that my site works correctly now except for thumbnails for anonymous users with IE6 (don't know with IE7)
Thank you.
Ronan

fax8’s picture

Status: Active » Fixed

ok.. I re runt the upgrade logic on other site.. and it worked as expected.
I don't know what caused your problem but I think it wasn't a video module issue.

Setting this as fixed. As soon as we release a beta we will reiterate the update process and able to test more and more .. so if there are still problems on this we hopefully find them.

rondev’s picture

Thank you for all.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.