Throws a fatal error in file.inc and ffmpeg.inc on saving the thumbnail creation.

  1. Deprecated functions like file_check_path should be replaced
  2. file handling should be re-written as per Drupal 7 stream

Comments

Renee S’s picture

Looks like this is the same issue as #1702922: Call to undefined function file_create_path() after activation. Marked that one as a duplicate.

Dinesh Kumar Sarangapani’s picture

Thanks Renee S. I am working on this issue will be closing soon.

Sutharsan’s picture

Any progress on this issue? The fault also occurs when loading any private file.
Call to undefined function file_create_path() in /Users/erik/www/ggw/sites/all/modules/contrib/fbsmp/plugins/photo.inc on line 500

fugazi’s picture

same problem

TomasComsolvia’s picture

Try to change file_create_path() to _fbsmp_file_create_path(). It worked for me.

BR - Tomas