• My development team has created a system for product synchronization to woocommerce, everything has been ok so far, but when trying to send product images through the system we created the following error occurs:

    Synchronizing product OXFORD STRETCH 100% POLIESTER 1.50 LARG PINK CANDY .. FAIL [{“code”: “woocommerce_product_image_upload_error”, “message”: “Invalid image: File is empty. Please upload something more substantial. be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini. “,” data “: {” status “: 400}}]

    We set all requested error limits, even with datacenter support, but the error continues, images are less than 1mb and smaller than 1024×768.

    Does anyone know how I can solve this problem?

Viewing 1 replies (of 1 total)
  • I’d ask your development team to check that upload permissions are correctly set –

    Folders – 755
     Files – 644
     wp-config. php – 600
    .htaccess – 644, or 600
Viewing 1 replies (of 1 total)
  • The topic ‘file is empty. Please upload something more substantial.’ is closed to new replies.