PHP Warning: Undefined array key “sale_price”
-
After the latest update for Product Feed PRO (13.3.2 => 13.3.3), WooCommerce (8.6.1 => 8.9.3) etc., and also switching from PHP 7.4 to PHP 8.0 – we got the following warnings (since PHP 8 is more strict?):
PHP Warning: Undefined array key “sale_price” in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 3648
PHP Warning: Undefined array key “sale_price” in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 3656
PHP Warning: Undefined array key “sale_price” in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 3785And finaly after some repetitions of the above, who might or might not be related:
PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity “/wp-content/uploads/woo-product-feed-pro/xml/REPLACED_tmp.xml” in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 1332
PHP Warning: copy(/wp-content/uploads/woo-product-feed-pro/xml/REPLACED_tmp.xml): Failed to open stream: No such file or directory in /wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 5403Any ideas?
- You must be logged in to reply to this topic.