Woocommerce sync error
Try and export inventory to site and receive error from logs. The error array continues all the way through every item. Every item has pictures.
06/24/2019 05:55:05 : Export PHP Point Of Sale Tags To E-Commerce
06/24/2019 05:55:05 : Save Tags To WooCommerce
06/24/2019 05:55:05 : batch : products/tags/batch
06/24/2019 05:55:06 : Export PHP Point Of Sale Categories to E-Commerce
06/24/2019 05:55:06 : Save Categories to WooCommerce
06/24/2019 05:55:06 : batch : products/categories/batch
06/24/2019 05:55:07 : Export Attributes to Ecommerce
06/24/2019 05:55:07 : Save Attributes to WooCommerce
06/24/2019 05:55:07 : batch : products/attributes/batch
06/24/2019 05:55:07 : Save Attribute Values to WooCommerce
06/24/2019 05:55:07 : batch : products/attributes/2/terms/batch
06/24/2019 05:55:07 : Save Attribute Values to WooCommerce
06/24/2019 05:55:07 : batch : products/attributes/1/terms/batch
06/24/2019 05:55:08 : Export PHP Point Of Sale Items To E-Commerce
06/24/2019 05:55:08 : batch : products/batch
06/24/2019 05:55:08 : *******Error: array (
'code' => 'woocommerce_product_image_upload_error',
'message' => 'Error getting remote image http://pos.vapeonandon.com/pos/index.php/app_files/view/837.jpg?timestamp=1539629861. Error: Not Found',
'data' =>
array (
'status' => 400,
),
)
Comments
3 comments
Can you open a support ticket with your server info? To me it looks like your server is caching or not running Php url as an image
It appears Nginx thinks it is an image and not running The file through Php
http://pos.vapeonandon.com/pos/index.php/app_files/view/837.jpg?timestamp=1539629861
We need to put .jpg so woo commerce understand it is an image. Note if we remove the dot from jpg it works. You will need to work with your host and help them that url process through Php handler
Thank you that worked.
Please sign in to leave a comment.