• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Attachments at Amazon S3

Hello,

I store my attachments at AWS S3 using this addon:
https://xenforo.com/community/resources/bd-attachment-store.1779/

Problem is that thumbnails at Showcase aren't created.

Can you look to this?

Thank you,
Vitor

Unfortunately I cannot offer any debugging tips. But yeah it does work just fine for us. Instead of S3 we use bd attachment store to put our attachments etc into the external "data" directory (vs internal_data), so that attachments can be served via CDN. So the url to thumbs looks something like ...data/showcase/1519/1519445-d52ddc92ac53bcf03bbfcf872f2b97a3.jpg
 
I still can make this work...

Funny: when I upload attachments the thumbnail work fine and the path are .../data/showcase/665/665027-c6b027a62ecec439d4711c588196b807.jpg
But some minutes later (some cron, maybe?) can´t see the thumb anymore and the name of the file name at code was changed: .../data/showcase/665/665028-c6b027a62ecec439d4711c588196b807.jpg

After upload and some minutes later:
665027-c6b027a62ecec439d4711c588196b807.jpg
665028-c6b027a62ecec439d4711c588196b807.jpg

WTF?
 
You are going to need to have xfrocks look into it as its an issue with his addon. If you want, start a convo with both of us at xenforo.com.
 
did anyone get this resolved as I just bought showcase addon and use bd attachments addon and get the same problem with thumbnails saved to /data/showcase

seems frontend is looking for /data/showcase/2/2983-807b86971bd2f8cf762302450c583c42.jpg

while on disk with bd attachments in place i see

/data/attachment-files/2015/05/2983_cm_index_180515.png
/data/attachment-files/2015/05/thumb/2983_cm_index_180515.png
 
Last edited:
did anyone get this resolved as I just bought showcase addon and use bd attachments addon and get the same problem with thumbnails saved to /data/showcase

seems frontend is looking for /data/showcase/2/2983-807b86971bd2f8cf762302450c583c42.jpg

while on disk with bd attachments in place i see

/data/attachment-files/2015/05/2983_cm_index_180515.png
/data/attachment-files/2015/05/thumb/2983_cm_index_180515.png
No, I contact xfrocks but don't have any positive response. You need to disable the "delayed processing" and all works fine.
 
Back
Top