• wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php on line 136

    This Error comes, when customers search nothing, but clicked the Search button. How can i slove this problem?

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Hello Adem,

    I had the same problem but found a solution:

    Just change line 30 of index.php of this plugin to

    if(isset($_GET[‘s’]) && $_GET[‘s’] != ”) {

    and empty searches will no longer result in a fatal error.

    samuraischwert

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error Search button’ is closed to new replies.