-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to read file from location issue #171
Comments
Hi, Please provide full error stack trace, you only provided the exception class. What exactly is Is this in SSG environment? This might be a core issue. See: statamic/ssg#110 Could you please provide a step by step reproduction for this bug? It is not clear how to reproduce this yet from the initial description. Would help speed up resolving this issue a lot. |
Sorry - yes the It is not in SSG environment. Static caching is set to null. Here's the full stack trace: https://flareapp.io/share/V7j19EnP#F130 I ran the Do you need any other info? Thanks for your response! |
When you are stuck with this kind of error try running |
Nevermind, I just tried this myself. Simply set That will do for now, bug confirmed. |
So looking into this a bit deeper, as long as you do not switch I agree that this is not very pleasant and is a misleading experience though. To get out of this error, after you have changed If it happens anyway without changing cache settings, for now you can disable placeholder generation by setting tag parameter |
Hey, I found a workaround fix and published it in Let me know if you are still having trouble with this. |
Works great. Thanks for the quick fix. |
This is probably something on my end but I'm getting an error where if I turn
SAVE_CACHED_IMAGES
tofalse
I get the following error:Unable to read file from location: containers/assets/img/...file.jpg
.I ran
php please responsive:regenerate
previously and can confirm that the file that's throwing the error does exist. I'm wondering if the addon should be referencingimg/containers/assets/img/...file.jpg
instead? In assets.php I've got'cache_path' => public_path('img'),
so I'd think that would resolve that?Thanks for your help!
The text was updated successfully, but these errors were encountered: