• Resolved exifi

    (@exifi)


    Hi guys,
    when I activate the plugin the product page no longer works

    in the server logs, I have this error:
    AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to undefined function mpty()

    Can I have support?
    Thanks in advice.

    at line 169
    edit this:
    $hd = ( mpty( $hd ) ) ? 0 : 1;

    to this
    $hd = ( empty( $hd ) ) ? 0 : 1;

    • This topic was modified 5 years, 11 months ago by exifi.

The topic ‘Error in PHP mpty()’ is closed to new replies.