Viewing 2 replies - 1 through 2 (of 2 total)
  • StoyPenny

    (@stoypenny)

    It is caused by the following error:

    Undefined index: post_type in /var/www/wp-content/plugins/search-by-sku-for-woocommerce/woocommerce-searchbysku.php on line 28

    This should be fixable by checking the post type beforehand with a an isset() function or something similar. So far, I haven’t had luck fixing it, but if anyone else knows how to fix this error quick, please chime in.

    For now, I have reverted to using version 0.5.2, which you can grab from git-hub here: https://github.com/wp-plugins/search-by-sku-for-woocommerce/tree/e5202e44fb2ed43b99e023be4c07a48a50a44255

    I am using WP 4.0 and WC 2.2.7

    Plugin Author mattsgarage

    (@mattsgarage)

    Hi, thats a php notice not an error which should be gone in the latest version of the plugin.
    On a live site you should have define('WP_DEBUG', false); in your wp-config.php as it is a security risk to have errors reported to the user like that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working on Front End’ is closed to new replies.