• Hello, while accessing the tab “Sidebar” show the error: Fatal error: Call to undefined function exif_imagetype. I know I have to enable this function in php.ini, but it would be good to treat me with this error ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    Hello, Thank you for your feedback.
    Sorry, I don’t know means your said

    treat

    , but I get to details of your problems. ??
    I think workaround to this problem is,

    
    if( function_exists( 'exif_imagetype' ) ) {
      exif_imagetype(*****);
    }
    

    Could you please tell me can you resolve to problem?

    Thread Starter marcelotorres

    (@marcelotorres)

    Hi, you need add this function verification at line 1695 of the file mywp.setting.admin.sidebar.php for dont show more this error.

    Thank’s

    • This reply was modified 6 years, 4 months ago by marcelotorres.
    Plugin Author gqevu6bsiz

    (@gqevu6bsiz)

    Thank you for your reply. Yes, I have plan to “don’t show the PHP error” for Sidebar and any other.
    Function verification will fix to next version. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Call to undefined function exif_imagetype’ is closed to new replies.