Closed (fixed)
Project:
Media Mover
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 00:05 UTC
Updated:
13 Nov 2009 at 22:09 UTC
Clicking on "Administer->Site Building->Media Mover->All Files" gives the following error:
"user warning: Unknown column 'confirm' in 'where clause' query: SELECT COUNT(*) FROM media_mover_files WHERE cid = confirm in /var/www/test/sites/all/modules/media_mover/media_mover_api.module on line 2656.
user warning: Unknown column 'confirm' in 'where clause' query: SELECT * FROM media_mover_files WHERE cid = confirm ORDER BY date DESC LIMIT 0, 10 in /var/www/test/sites/all/modules/media_mover/media_mover_api.module on line 2656."
Comments
Comment #1
scwoodal commentedLooks like after I've got some files generated by Media Mover this error goes away.
Comment #2
arthurf commentedCan you give me the URL that you got this error at? It's clear that the $cid is getting passed in wrong, but I'm trying to figure out where that's coming from.
Comment #3
arthurf commentedThis seems to have been resolved in the dev branch. Closing