Hi There, Im just testing my upgrade from drupal 5 to 6, media mover is expecting a serialized column.

I think im upgrading from quite an earlier version of media mover, so it may be its not relavent, but thought I'd just raise it anway.

user warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache_media_mover WHERE cid = xxx

I've just added the serialized column manually for now..

Thanks,
Cameron

Comments

arthurf’s picture

Status: Active » Fixed

I just added a new update function (6101) which should take care of this issue. It drops the existing cache_media_mover table and then adds the new one for D6. I think this should do the job.

Status: Fixed » Closed (fixed)

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