-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Transform Process throws error (recursively?), filling up /tmp directory with failed imagick transforms. #1515
Comments
I wonder if this is related to an error I see as well.
|
@philipboomy probably unrelated, that's just your VPS failing to be able to do a regular old image transform. Check your logs, it could be as simple as an image that's too large for Imagick to handle. |
Formatted @bryantwells's error to be a little more readable. I think I know what's going on here.
|
@bryantwells so it looks like somehow an When you mention a |
I fixed the obvious error, but I'm still unclear on how it could make it down to that code path. Give this a whirl and let me know the results, and also address my question above? Craft CMS 3: You can try it now by setting your semver in your "nystudio107/craft-seomatic": "dev-develop as 3.5.4”, Then do a ….. Craft CMS 4: You can try it now by setting your semver in your "nystudio107/craft-seomatic": "dev-develop-v4 as 4.1.4”, Then do a ….. Craft CMS 5: You can try it now by setting your semver in your "nystudio107/craft-seomatic": "dev-develop-v5 as 5.1.4”, Then do a |
That seems to have done the trick! Will update here if i find otherwise. I wasn't sure how the Entry was being passed to SEOmatic, either. The I was wondering if there might be some logic in the plugin that checks for a |
Nope, it doesn't look for any hard-coded field handles. Very strange. In any event, glad to hear it got sorted for you! |
Describe the bug
SEOmatic seems to be attempting to generate an image thumbnail from an entry that doesn't have one – resulting in a continuous stream of errors (multiple times per second).
To reproduce
thumbnail
handle set to a matrix field type.image source
SEOmatic setting iscustom image
on all Content SEO and Global SEO pages.image transform
SEOmatic setting isoff
on all Content SEO and Global SEO pages.Versions
The text was updated successfully, but these errors were encountered: