Error: No node data was passed for storing file data in a specified CCK field: !file

Ifex - September 26, 2009 - 20:50
Project:Media Mover
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Harvesting a file from a local folder, into a field...

The log event:

Type Media Mover CCK
Location http://domain.com/admin/build/media_mover/config/2/run
Referrer http://domain.com/admin/build/media_mover/config/2/files
Message No node data was passed for storing file data in a specified CCK field: !file
Severity error

I then go to the Media Mover administration, and go to List, then Files, and Edit the file that I just harvested(?).
I set the associated Node ID to "3" (Which is a node I created with a custom View containing a File field), and click Save.
I then get red list of errors:

    * This item has not been finished by Media Mover. It is currently in status: Error
    * user warning: Unknown column 'list' in 'where clause' query: SELECT COUNT(*) FROM media_mover_files WHERE cid = list in /homepages/14/d293199785/htdocs/disregard/modules/media_mover/media_mover_api.module on line 2636.
    * user warning: Unknown column 'list' in 'where clause' query: SELECT * FROM media_mover_files WHERE cid = list ORDER BY date DESC LIMIT 0, 10 in /homepages/14/d293199785/htdocs/disregard/modules/media_mover/media_mover_api.module on line 2636.

I am new to Drupal and my understanding of how CCK works is limited. Is there something I haven't set up correctly?
My goal is to set this up to work with FileField Podcaster, only because my hosting package does not allow me to upload large files over PHP. Any other alternative method for getting an mp3 file into a field is a welcome idea to me.

This is the Media Mover configuration:

harvest
Media Mover directory module: Harvest files from a local directory

complete
Media Mover CCK module: Save data in a CCK field
Save the file to this CCK field: File
List file automatically on the node: Yes (I have tried No)

#1

Ifex - September 26, 2009 - 21:04
Version:6.x-1.x-dev» 6.x-1.0-beta2

#2

Ifex - September 28, 2009 - 20:01

I installed Drupal 6.14 and Media Mover 6.x-1.0-beta2 on a completely different computer, and got this error again:

No node data was passed for storing file data in a specified CCK field: !file

 
 

Drupal is a registered trademark of Dries Buytaert.