Closed (duplicate)
Project:
Video Upload
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 01:51 UTC
Updated:
26 Mar 2009 at 18:01 UTC
Fatal error: Call to undefined function filefield_default_value() in example.com/public_html/sites/all/modules/video_upload/video_upload.module on line 365
I'm using D6.10, and FileField 6.x-3.0-beta3
;_____;
Comments
Comment #1
Gabrieles commentedfor the time being, I c&p the missing function from the latest version (alpha7) of filefield that had the filefield_default_value() and added it a the bottom of the filefield.module
However, it seems that this function is not going tom come back in filefield, as for a similar issue with ImageField they suggested to update to the latest version, that does not use this function. -_____-
Comment #2
nguyenquocviet commentedThe process of installation is fine. But when I start creating a new node, the problem occurs. It shows the error as below
"Fatal error: Call to undefined function filefield_default_value() in /home/thinghie/test/sites/all/modules/video_upload/video_upload.module on line 365
"
Please check,
Nguyen Quoc Viet
Comment #3
bob.hinrichs commentedSame here. Putting the missing function into the filefield module from the old version of filefield removes this error and I can edit a post. Too bad filefield removed a public function.
Comment #4
jhedstromThis is a duplicate of #403420: FileField updrade fails the Video Upload module.