There is a 7x branch committed in the dev state dated back in September, 11.
Is it being actively developed or postponed?
I'm a bit confused about how to set up the configuration files. I am looking to have Media Mover pull image and file CCK fields from a particular content type. Process the images through my image cache, then send the images and the pulled files to my Amazon S3 account. Then finish by deleting the source files from my server.
I would like this to happen automatically as soon as the user saves the new/edited node.
Media Mover fails to copy a file to a CCK filefield if destination path doesn't exists and the path subdirectory level is more than 1. Also the output to the log is empty.
Proposed resolutionSee attached patch. It fixes the following items:
(reviews needed, tests to be written or run, documentation to be written, etc.)
AttachmentSize mm_filefield.patch2.65 KBI set a configuration - drupal 6 sftp rackspace server
harvest from cck video upload from specific content type
move file to s3
Save data in a CCK field
I got this error
User warning: Unknown column 'MMA_FILE_STATUS_IN_PROCESS' in 'where clause' query: SELECT COUNT(*) FROM drup_media_mover_files WHERE status IN (MMA_FILE_STATUS_IN_PROCESS, MMA_FILE_STATUS_IN_STORAGE, MMA_FILE_STATUS_IN_COMPLETE) in _db_query() (line 148 of /var/www/includes/database.mysql.inc).
User warning: Unknown column 'MMA_FILE_STATUS_IN_PROCESS' in 'where clause' query: SELECT * FROM drup_media_mover_files WHERE status IN (MMA_FILE_STATUS_IN_PROCESS, MMA_FILE_STATUS_IN_STORAGE, MMA_FILE_STATUS_IN_COMPLETE) ORDER BY date DESC LIMIT 0, 10 in _db_query() (line 148 of /var/www/includes/database.mysql.inc).
I reloaded the page and the error went away
I am getting any files moved ?
I can post any other info that would be helpful in answer my issue.
I also included an image of the error
Please I really want to get this to work !!
thanks !!!
AttachmentSize img.jpg114.86 KBHi there,
I'm wondering if the task outlined in the issue title is possible. I inherited a site that uses text fields (sad face) for storing the relative URLs to audio and video files. I'm trying to get the Filefield Podcaster module set up, but it needs Filefields (naturally) to work.
So I'm wondering if there's a down-and-dirty way to say, "Hey Media Mover, here's a bunch of nodes. I want you to figure out what file the URL text field is talking about, populate the Filefield I've created for you, and then save the same node again."
Can it do that?
Thanks!
Drupal 7.9+ media 7.x-1.0-rc2+ media mover 7.x-1.x-dev(Media Mover Directory enabled)
Media Mover harvests files to sites/default/files. How to change the directory, for example files/harvested? It will be great to input a file directory just like Manage fields screen.
Best Regards.
Hugo
I get this error when installing MM on drupal 6.22.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' fid (cid, fid) ) /*!40100 DEFAULT CHARACTER SET utf8 */' at line 19 query: CREATE TABLE media_mover_files ( `mmfid` INT auto_increment DEFAULT NULL, `nid` INT unsigned DEFAULT NULL, `fid` INT unsigned DEFAULT NULL, `cid` VARCHAR(255) DEFAULT '', `step_order` INT unsigned DEFAULT NULL, `source_filepath` MEDIUMTEXT DEFAULT NULL, `filepath` MEDIUMTEXT DEFAULT NULL, `filesize` INT unsigned DEFAULT NULL, `status` VARCHAR(255) DEFAULT NULL, `date` INT NOT NULL DEFAULT 0, `lock_date` INT NOT NULL DEFAULT 0, `data` LONGTEXT DEFAULT NULL, PRIMARY KEY (mmfid), INDEX mmfid (mmfid), INDEX nid (nid), INDEX cid (cid), INDEX fid (fid), INDEX cid, fid (cid, fid) ) /*!40100 DEFAULT CHARACTER SET utf8 */ in /var/www/clients/client1/web10/web/includes/database.inc on line 550.