• Resolved jim1997

    (@jim1997)


    Warning: array_change_key_case() expects parameter 1 to be array, null given in \wp-content\plugins\woocommerce-products-filter\classes\helper.php on line 263

    To fix this replace: Line 263
    $translations[$lang] = array_change_key_case($translations[$lang]);
    To:
    if (isset($translations[$lang]) && $translations[$lang] = array_change_key_case($translations[$lang])){

    And add } it at line 274

    • This topic was modified 5 years ago by jim1997.
Viewing 1 replies (of 1 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Thank you for cooperation

    We will fix this in the next version.

Viewing 1 replies (of 1 total)

The topic ‘Warning in helper.php’ is closed to new replies.