Closed (fixed)
Project:
Media Mover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 02:00 UTC
Updated:
14 Jul 2012 at 23:32 UTC
/admin/build/media_mover/files has the following two errors:
* user warning: Unknown column 'video' in 'where clause' query: SELECT COUNT(*) FROM media_mover_files WHERE cid = video in /home/youdrup/domains/youdrup.com/public_html/sites/all/modules/media_mover/media_mover_api.module on line 2486.
* user warning: Unknown column 'video' in 'where clause' query: SELECT * FROM media_mover_files WHERE cid = video ORDER BY date DESC LIMIT 0, 10 in /home/youdrup/domains/youdrup.com/public_html/sites/all/modules/media_mover/media_mover_api.module on line 2486.
Comments
Comment #1
arthurf commentedThanks for catching this. Issue was the menu changing causing the variables to be off. Fix is in CVS
Comment #2
arthurf commented