Posted by scwoodal on October 22, 2009 at 12:05am
Jump to:
| Project: | Media Mover |
| Version: | 6.x-1.0-beta4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Looks like after I've got some files generated by Media Mover this error goes away.
#2
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.
#3
This seems to have been resolved in the dev branch. Closing