The path to cck/content_admin.inc has changed. Please see this fix for filefield for more info (had the same problem):
http://drupal.org/node/334468?mode=2&sort=2
Update #2 in the emvideo.install still references the old path. Needs to be changed to cck/includes/content.admin.inc
Thanks.
Comments
Comment #1
alex ua commentedFixed. Thanks.
Comment #2
chrisschaub commentedHmmm, think it should be...
The file name changed too. Thanks.
Comment #3
alex ua commentedFixed.
Comment #4
chrisschaub commentedThanks. I thought this was the only issue with update #2, but I can't get it to go past update #2. And there's no error message any more, after this fix. Any ideas why update 2 would just fail? Thanks for any help.
Comment #5
chrisschaub commentedI think the problem might be that the db_columns field already has this data in it:
So, data is already there. Should I just edit this to data has a type of longtext or is it ok? Maybe the update just needs to make sure data isn't already set somehow?
Comment #7
chrisschaub commentedNo word yet from developer if last issue in comment #5 has been fixed. Re-opening since it was automatically closed by system.
Comment #8
aaron commentedI have a note in the install:
which tells me it should run just fine, and that warnings are suppressed and ignored. However, perhaps they're not being ignored?
This will take a little more to figure out, I guess...