Same, I'm getting:
The image toolkit 'imagemagick' failed processing 'set_canvas' for image 'core/modules/image/sample.png'. Reported error: Error - Call to undefined method Drupal\image_effects\Plugin\ImageToolkit\Operation\imagemagick\SetCanvas::addArgument()
ImageMagick Version: 4.0.2
image_effects Version: 8.x-3.6
ImageMagick 6.9.11-60
we're seeing this issue too. the update hook runs, but the message remains.
thank you!
kruser β created an issue.
kruser β created an issue.
if you use composer for the libraries install per https://www.drupal.org/docs/8/modules/webform/webform-frequently-asked-q... β :
"merge-plugin": {
"include": [
"modules/contrib/webform/composer.libraries.json"
]
}
It installs the algolia/places library regardless.
kruser β created an issue.
that fixed it, thanks!
kruser β created an issue.
kruser β created an issue.
On a fresh site, that may work. On an update, there may be other contrib modules in the sites/all/modules/contrib folder that belong there.
mv ./sites/all/modules/contrib ./profiles/panopoly/modules/
Yes. And this was happening for all site visitors. Not just me.
Deselecting Anti-Crawler Protection fixed it. there may be a bug with that.
kruser β created an issue.
kruser β created an issue.
After checking with Paypal Support, they discovered that the issue was caused by using a currency that is not supported for American Express transactions in Canada. Specifically, USD is not valid for this type of transaction.
They have a list of card types and currencies that are supported in Canada and other countries - https://developer.paypal.com/docs/checkout/advanced/#link-eligibility
To resolve this issue, there needs to be a way to ensure that you only pass certain currencies based on the card the person chooses and their billing country. Or a way to hide certain cards based on the billing country they select.
kruser β created an issue.
re-saving my existing /admin/config/media/oembed-providers/custom-providers vimeo profile seems to fix it. But it's a mystery why this situation even occurred. It was working fine for months.
kruser β created an issue.
kruser β created an issue.
I'm seeing weird results with this. For example, using this same token in all the image meta fields: [node:field_social_media_image]
I get different results in the output:
<link rel="image_src" href="test image.jpg" /> (missing site URL and directory path)
<meta property="og:image" content="https://www.site.org/sites/default/files/test%20image.jpg" /> (works)
<meta property="og:image:url" content="https://www.site.orgtest image.jpg" /> (missing directory path)
<meta property="og:image:secure_url" content="https://www.site.orgtest image.jpg" /> (missing directory path)
<meta name="twitter:image" content="https://www.site.org/sites/default/files/test%20image.jpg" /> (works)
It appears to be fixed now! Thanks for your help.
kruser β created an issue.
#8 fixed for us. In our case this module was causing tokens not to render. On the our status page, we had errors like:
Tokens or token types missing name property
$info['types']['date']
$info['tokens']['node']['url']
$info['tokens']['file']['size']
$info['tokens']['user']['url']
$info['tokens']['date']['custom']
$info['tokens']['metatag']
The patch fixed it.
kruser β made their first commit to this issueβs fork.
Will there be a 3.1.4? or should we move to 3.2.0?
It shows Not Supported on our Updates page (attached). We're just manually applying the security updates as I don't think they have any plans to keep the D7 project going.
I wonder if this is still supported?
kruser β created an issue.
fixed for me in 7.94
thanks, I was on 7.4 as well.
kruser β created an issue.