• Resolved mmesblits

    (@mmesblits)


    Hello,

    After running the search button once and stopping the process, the following error prompts while clicking ‘Search & register’ (…./wp-admin/admin.php?page=mediafromftp-search-register) from the menu again.

    Error:
    Internal Server Error

    When is set the debug to true, the following error prompts:
    Fatal error: Uncaught Error: Call to undefined function exif_read_data() in …/public_html/wp-content/plugins/media-from-ftp/inc/MediaFromFtp.php:395 Stack trace: #0 …/public_html/wp-content/plugins/media-from-ftp/inc/MediaFromFtp.php(514): MediaFromFtp->get_date_check(‘…’, ‘exif’) #1 …/public_html/wp-content/plugins/media-from-ftp/req/MediaFromFtpListTable.php(141): MediaFromFtp->input_html(‘jpg’, ‘…’, ‘…’, 1, Array) #2 …/public_html/wp-content/plugins/media-from-ftp/req/MediaFromFtpListTable.php(283): TT_MediaFromFtp_List_Table->read_data() #3 …/public_html/wp-content/plugins/media-from-ftp/req/MediaFromFtpAdmin.php(987): TT_MediaFromFtp_List_Table->prepare_items(Array) #4 …/public_html/wp-includes/c in …/public_html/wp-content/plugins/media-from-ftp/inc/MediaFromFtp.php on line 395

    Warning: Invalid argument supplied for foreach() in …/public_html/wp-admin/includes/plugin.php on line 1432

    Anyone, who can help me to fix this problem?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Call to undefined function exif_read_data()

    The exif library is not loaded in the PHP you are using.
    Please contact the server administrator.
    If you are using locally please insert the following in php.ini.

    extension=php_mbstring.dll
    extension=php_exif.dll
    Thread Starter mmesblits

    (@mmesblits)

    Hi Katsushi

    I’m not running locally but on a remote hosting server.
    Do i also need to add the lines below in the php.ini on the remote server?

    extension=php_mbstring.dll
    extension=php_exif.dll

    Hope to hear soon from you

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Please do so.
    Since this is not a plugin problem, please contact the server administrator.

    Thread Starter mmesblits

    (@mmesblits)

    Hi Katsushi,

    Thank you for your help en quick reply!

    Mark

    Thread Starter mmesblits

    (@mmesblits)

    Hi Katsushi,

    The problem is still not solved. I checked the lines in the php.ini file on the remote hosting server. The lines were already in the php.ini file.

    This will not solve the problem. I hope you have a other solution.
    Catch you soon

    Mark

    Plugin Author Katsushi Kawamori

    (@katsushi-kawamori)

    Again, it is a server problem, not a plugin problem.
    I think that it would be better to listen in another place.

    Thread Starter mmesblits

    (@mmesblits)

    Hi Katsushi,

    Okay, we will look for a solution. Thanks again for your help!

    Take care

    Mark

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Solution for Fatal error | Media from FTP | plugin’ is closed to new replies.