This patch should apply to latest alpha-8.
@bbu23 Thanks for reporting!
Quick fix to get the qrcode back working: plugin needs to be switched from Google Chart plugin to "QR Code Generator (goQR.me)" in your field storage settings "QR code service plugin".
I have opened a MR which should remove deprecated service and switch all existing fields to use working "goqr" plugin. After applying patch run drush updb
.
When possible I will add additional plugin using a PHP library instead of service for creating qrcode as a default plugin.
borutpiletic โ made their first commit to this issueโs fork.
previous patch had index removed, uploading corrected for 10.2.
I can confirm the same issue as reported in comment #49, after applying patch for branch 10.2.
This can be reproduced if you try to use the Date field storage settings form.
There is a additional plus character at line 726 which breaks form element in the storageSettingForm.
Uploading corrected patch 3185750-48 from balagan.
I can confirm, patch #22 solved the issue for me on FAQPage.
schema_metatag 2.4
Drupal core 5.5.9
I can confirm what #33 described. I have seen the same issue in a custom template where { content.field_link.0['#url_title'] }
was used and it resulted in a trimmed URL being shown.
Facing the same issue in version 1.2 when Webform email handler "From" had the same email as SMTP module (smtp_from).
If "From" in the Webform handler was changed to some other email address, email was sent - same as
#7
๐
Error sending e-mail: Invalid address
RTBC
described.
Applying the patch from MR 24 fixed the issue.