Title: Error in PHP mpty()
Last modified: May 7, 2020

---

# Error in PHP mpty()

 *  Resolved [exifi](https://wordpress.org/support/users/exifi/)
 * (@exifi)
 * [6 years ago](https://wordpress.org/support/topic/error-in-php-mpty/)
 * 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 6 years ago by [exifi](https://wordpress.org/support/users/exifi/).

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

 * ![](https://ps.w.org/woocommerce-embed-videos-to-product-image-gallery/assets/
   icon-256x256.png?rev=3240614)
 * [Embed Videos For Product Image Gallery Using WooCommerce](https://wordpress.org/plugins/woocommerce-embed-videos-to-product-image-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-embed-videos-to-product-image-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-embed-videos-to-product-image-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-embed-videos-to-product-image-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-embed-videos-to-product-image-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-embed-videos-to-product-image-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [exifi](https://wordpress.org/support/users/exifi/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/error-in-php-mpty/)
 * Status: resolved