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

Gabrieles’s picture

for 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. -_____-

nguyenquocviet’s picture

Title: Call to undefined function filefield_default_value() in video_upload.module on line 365 » I also got this error

The 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

bob.hinrichs’s picture

Same 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.

jhedstrom’s picture

Title: I also got this error » Call to undefined function filefield_default_value() in video_upload.module on line 365
Status: Active » Closed (duplicate)