• Hello, I receive countless alerts for these 3 errors below:

    [Mon Jun 10 00:06:11.551146 2024] [php:warn] [pid 395] [client 10.0.0.2:0] PHP Warning: Trying to access array offset on value of type bool in /var/www/html/wp -content/plugins/yith-woocommerce-catalog-mode-premium/class-yith-woocommerce-catalog-mode.php on line 597
    [Mon Jun 10 00:06:11.551188 2024] [php:warn] [pid 395] [client 10.0.0.2:0] PHP Warning: Trying to access array offset on value of type bool in /var/www/html/wp -content/plugins/yith-woocommerce-catalog-mode-premium/class-yith-woocommerce-catalog-mode.php on line 598
    [Mon Jun 10 00:06:11.551197 2024] [php:warn] [pid 395] [client 10.0.0.2:0] PHP Warning: Trying to access array offset on value of type bool in /var/www/html/wp -content/plugins/yith-woocommerce-catalog-mode-premium/class-yith-woocommerce-catalog-mode.php on line 599

    The respective lines of code are:

    597 $behavior = $atc_settings_general[‘action’];
    598 $where = $atc_settings_general[‘where’];
    599 $items = $atc_settings_general[‘items’];

    Environment: docker with WordPress 6.5.4 and PHP 8.1

    Can you help me resolve it?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error at class-yith-woocommerce-catalog-mode.php’ is closed to new replies.