Undefinded index: title in apg-shipping.php:366
-
I got the following error message:
Notice: Undefined index: title in /path/to/page/wp-content/plugins/woocommerce-apg-weight-and-postcodestatecountry-shipping/apg-shipping.php on line 366
The code in line 366:
$this->medios_de_pago[$medio_de_pago] = $configuracion['title'];
Looked into the $configuracion and don’t found a index called title. Instead of that, there was a index called: title_en.
I changed it into that and now it works again:
$this->medios_de_pago[$medio_de_pago] = $configuracion['title_en'];
Is this new with the language_specific titles?
Or could be that my installation missing something?Greetings,
_Sascha_https://www.ads-software.com/plugins/woocommerce-apg-weight-and-postcodestatecountry-shipping/
- The topic ‘Undefinded index: title in apg-shipping.php:366’ is closed to new replies.