• Resolved johnsyin97

    (@johnsyin97)


    In Plugin systems check, everything is True.

    My setup of wordpress is quite uncommon, all the files are uploaded to S3 via this plugin: https://github.com/humanmade/S3-Uploads

    Not sure what is wrong as other files and folder (woo-product-feed-pro/, csv folder, txt folder, tesfile.txt, etc.) are created but not the my feed (.csv file).

    If feed is not possible to write to my bucket, is there any workaround that I can download the file directly from admin interface? Cause I just need to bulk import to Facebook for once.

Viewing 5 replies - 1 through 5 (of 5 total)
  • supportadtribes

    (@supportadtribes)

    Hi John,

    Thanks for using our plugin and reaching out to us.

    How our plugin works is that is processes products in batches and writes the output to a _tmp file. Once the entire feed processing is done and all batches are finished the _tmp file is being copied (and removed) to the final feed URL.

    It seems like this last step, copying from the _tmp file to the final feed URL to your S3 is not working/allowed. So if you could, somehow, grap the _tmp file from your server you might use that since its only needed once?

    Thread Starter johnsyin97

    (@johnsyin97)

    Where is the directory to reach this _tmp? I can’t seem to find the file after searching for awhile.

    I also want to mention that my wordpress is deployed on heroku, thus don’t have a persistent filesystem, not sure if that is going to make this _tmp file failed to be created.

    supportadtribes

    (@supportadtribes)

    It is in the same directory where the final feed will be saved:

    ../wp-content/uploads/woo-product-feed-pro/xml/
    ../wp-content/uploads/woo-product-feed-pro/csv/
    ../wp-content/uploads/woo-product-feed-pro/txt/

    Thread Starter johnsyin97

    (@johnsyin97)

    Sorry, I uninstalled as I can’t find the files, decided to manually fill in the products, thank you for the answers! Feel free to close this topic

    supportadtribes

    (@supportadtribes)

    Closing this topic

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘.csv File not created’ is closed to new replies.