Fatal error: Call to undefined function imagefield_widget_upload_validators() in...\sites\all\modules\image_fupload\image_fupload_imagefield\image_fupload_imagefield.module on line 497

Please consider this major change! :
Uncouple ImageField from FileField Custom Hooks
http://drupal.org/node/397578

probably Imagefield will be widget only in the near future for reasons explained here (included in dev versions of imagefield/filefield):

those changes will have to be reflected and reconsidered in imagefield fupload (or filefield image fupload)...

Comments

grandcat’s picture

Category: bug » task
Status: Active » Postponed

Ok, this is really critical, but further a task, not a bug.
At the moment, I created a note at the project front page to warn the users.
In a future version, I have to work with the new hooks.
Unfortunately, if imagefield is only a widget, I have to rewrite its widget in my module (.. the same duplicate code =/ ).

Nevertheless, thank you very much for the information.

mckeen_greg’s picture

Fatal error: Call to undefined function imagefield_widget_upload_validators() in /.../modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module on line 481 [from Dev version, alpha has line 491]

Due to this error, I am unable to access my node/add - or edit/[content-type] on any content type that has File->Image FUpload selected for my field. I get the white screen of death, with just that text.

Iv tried Both Beta and Dev versions of ImageFUpload. Im currently using the Beta versions of ImageField (6.x-3.0-beta1) and FileField...

I see everyone has this module working, but I cant seem to get it right. SWF is in the correct place, etc. Am I the only one?

demm’s picture

As stated on the project page, you should not upgrade to the beta versions of filefield and imagefield yet, since image_fupload is not yet compatible. Use imagefield 6.x-3.0-alpha4 and filefield 6.x-3.0-alpha7 for now.

quicksketch’s picture

Subscribing. Sorry to totally bork image_fupload. :/ I didn't know this project existed until today. Yes, this function was removed from ImageField for the reasons explained in #402876: Restore imagefield_widget_upload_validators.

grandcat’s picture

That's ok. Nevertheless, I have to do a lot of rewriting due to these changes because FUpload integrated as a widget, but this isn't possible in the future.
We'll see.

jannalexx’s picture

bad timing, I am sure many will wait for this... as filefield/imagefield are combined much clearer now.. good luck..

Witch’s picture

subscribe

quicksketch’s picture

Status: Postponed » Closed (duplicate)

I opened a new issue with more clarity in its description and provided an initial patch to update Image FUpload compatibility with ImageField 3.x beta versions. See #412640: Provide Compatibility With New ImageField 3.x (RC versions).