Needs review
Project:
Media Mover
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 18:53 UTC
Updated:
23 Mar 2009 at 12:47 UTC
Running D5 with MediaMover 5.x-1.0-rc4. When I run a configuration I get this error:
Call to undefined function filefield_widget_upload_validators ... in mm_cck.module line 350.
After searching thru the code I've found that the filefield_widget_upload_validators() is a new function in the D6 FileField module.
Comments
Comment #1
no_name_given commentedThis problem was introduced into RC1 during D6 backporting.
Commenting out line 350 in mm_cck.module fixes the problem.
$validators = filefield_widget_upload_validators($field);
$validators is never used so commenting out the call has no side effects.
Comment #2
samhassell commentedsubscribe
Comment #3
arthurf commentedThanks for the report. I made this change- please try the dev version and see if things are functioning as expected.