PHP Error after Woocommerce update
-
Hello! I’m really grateful for your plugin. It worked well before last Woocommerce update. Now I’m getting such errors:
[18-Aug-2019 14:07:48 UTC] PHP Warning: simplexml_load_file(): ?й платформе, из натуральной кожи с цветочны in /home/nginx/domains/zlata-studio.com.ua/public/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 949
[18-Aug-2019 14:07:48 UTC] PHP Warning: simplexml_load_file(): ^ in /home/nginx/domains/zlata-studio.com.ua/public/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 949
[18-Aug-2019 14:07:50 UTC] PHP Warning: simplexml_load_file(): /home/nginx/domains/zlata-studio.com.ua/public/wp-content/uploads/woo-product-feed-pro/xml/d5530e2e565dcba71ab33a917777aae5_tmp.xml:2: parser error : Input is not proper UTF-8, indicate encoding !
Bytes: 0xD0 0x3C 0x2F 0x67 in /home/nginx/domains/zlata-studio.com.ua/public/wp-content/plugins/woo-product-feed-pro/classes/class-get-products.php on line 949It seems there are problems with encoding. I’ve tried to wrap problem $product_data[‘title’] field getter with mb_convert_encoding($product->get_title(), “UTF-8”) but it doesn’t help. Please help with this issue.
- The topic ‘PHP Error after Woocommerce update’ is closed to new replies.