Error in PHP mpty()
-
Hi guys,
when I activate the plugin the product page no longer worksin 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;
The topic ‘Error in PHP mpty()’ is closed to new replies.