Open Tristaan opened 3 years ago
@Tristaan I've ran into this several times. This is typically a sign that something is not running correctly or and trigger is misconfigured. .... or a several a few other things.
Random order of stuff to look at
$ cat logfile.log | grep error
something like this$ composer update
with see if there is any issues with the installed modules$ drush cst
. This isn't important but one of the things this does is look at your current configs and evaluates them to a small degree. I've had a lot of luck with this little command locating configuration issues.This was a quick list to get your started.
Hello, I have a problem where the thumbnails are not generated (pdf and image). It does not work on media creation and when executing the action manually. I do use the Original file checkbox as should be. There are no errors displayed, just that it executed successfully. I use isle-buildkit and a modified DEMO codebase. How can I debug this?