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

scwoodal’s picture

Looks like after I've got some files generated by Media Mover this error goes away.

arthurf’s picture

Can 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.

arthurf’s picture

Status: Active » Closed (fixed)

This seems to have been resolved in the dev branch. Closing