Mai
4
2010

Drupal Fatal error: Call to undefined function field_file_load() in /home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_field.inc on line 97 with php 5.3

After Updating on PHP 5.3 (and some other related updates) i got this nice Error Message:

Fatal error: Call to undefined function field_file_load() in /home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_field.inc on line 97

The Fix was to add the Line:
module_load_include(‘inc’, ‘filefield’, ‘field_file’);

In File:
/home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_field.inc at line 96

UPDATE

Also got the Error:

Fatal error: Call to undefined function field_file_save() in /home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_field.inc on line 130

Same game,

The Fix was to add the Line:
module_load_include(‘inc’, ‘filefield’, ‘field_file’);

In File:
/home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_field.inc at line 129

Update

This is getting ridicules -.-

Fatal error: Call to undefined function field_file_load() in /home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_widget.inc on line 163

The Fix was to add the Line:
module_load_include(‘inc’, ‘filefield’, ‘field_file’);

In File:
/home/johannes/workspace/drupal/sites/all/modules/filefield/filefield_widget.inc on line 162

Update

yet another one ‘Fatal error: Call to undefined function filefield_widget_value()’

In File:
/home/johannes/workspace/drupal/sites/all/modules/imagefield/imagefield_widget.inc on line 209

add module_load_include(‘inc’, ‘filefield’, ‘filefield_widget’);

Ah, hopfefully the last one: Call to undefined function imagefield_file_admin_thumb_path()

in File:
/home/johannes/workspace/drupal/sites/all/modules/imagefield/imagefield.module on line 373

add module_load_include(‘inc’, ‘imagefield’, ‘imagefield_file’);

About the Author:

Hi! I’m Johannes Lauter a 25 year old Web Application Developer based in Berlin ... more

Leave a comment

About me

myself

Hi! I’m Johannes Lauter a 25 year old Web Application Developer based in Berlin ... more.

MyZoo

  • This x That:
Know This: Pew Research Center poll finds 20% of Americans believe Obama is a Muslim — significantly more than did two years ago. Meet the teenage reality show contestant who suggested the infamous site of the “Ground Zero Mosque.” Fifty year
  • Photobucket
  • Amazing Examples of Paper Art | Inspiration
  • Interactive Infographic of the World
  • Real Life Donkey Kong Playing With His Nintendo DS
  • Vintage Tokyo subway manner posters ::: Pink Tentacle
  • Unicorn Being a Jerk : C. W. Moss
  • Choose Your Own Adventure
  • Kuriositas: Hobbiton: Sheep 1, Hobbits 0
  • Test-management2
  • We like those days.
  • Super Mario Supermarket of the Day: Awesome stock boy is awesome.
[reddit.]