Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbnail caching doesn't work when plugin is enabled #5

Open
Maelstromeous opened this issue Dec 21, 2019 · 1 comment
Open

Thumbnail caching doesn't work when plugin is enabled #5

Maelstromeous opened this issue Dec 21, 2019 · 1 comment

Comments

@Maelstromeous
Copy link

Maelstromeous commented Dec 21, 2019

When the plugin is enabled and the following configuration is set, there are no thumbnail files generated on S3 or the local filesystem.

Turning off the extension results in thumbnails being generated on the local files system.

AWS permissions are fully open to the bucket, I even gave the IAM user full administrator access temporarily just to test it just in case it was a permission issue.

I'm also getting the error Unable to write to upload destination. Check permissions on (useful isn't it) when uploading files via the Bolt file manager.

app/config/extensions/amazon.jarjak.yml

enabled: 1
client_version: 'latest'
bucket_region: eu-west-2
bucket_name: thebucketimusing
filesystem_prefix: ''
filesystem_name: 'files'
file_list_limit: 1000
cache_ttl: 3600
use_redis: 1

# Already configured via config.yml session key
redis_host:
redis_port:
redis_prefix:

The following settings are enabled for my bolt config:

base_url: http://dev.theurl.co.uk
env: dev
debug: true
debug_show_loggedoff: true

caching:
  config: false
  templates: false
  request: false
  thumbnails: true # Note this value
  translations: false

thumbnails:
  save_files: true # Note this value

debug_error_level: 8181   # error level when debug enabled
production_error_level: 0 # error level when debug disabled

debuglog:
  enabled: true

Bolt version: 3.7 (downgraded to 3.5 and also experiencing the same)

@JarJak
Copy link
Owner

JarJak commented Apr 20, 2020

Have you tried disabling Redis?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants