Closed (fixed)
Project:
Media Mover
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 08:17 UTC
Updated:
23 Feb 2009 at 00:40 UTC
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
Comment #1
arthurf commentedI 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.