pnavarrr → created an issue.
pnavarrr → created an issue.
Hello,
In my case, this error is still ocurring in the twig_tweak module, so trying to apply the patch of comment
#4
🐛
Deprecated function: pathinfo() on TwigExtension::image_style()
Needs review
is working for me.
I'm using PHP 8.1, Drupal core 9.5.11 and the version of Twig tweak is 8.2.10 so, the error for me looks like this one:
Deprecated function: pathinfo(): Passing null to parameter #1 ($path) of type string is deprecated in Drupal\image\Entity\ImageStyle->supportsUri() (line 385 of core/modules/image/src/Entity/ImageStyle.php).
Drupal\image\Entity\ImageStyle->supportsUri(NULL) (Line: 1075)
Drupal\twig_tweak\TwigExtension->imageStyle(NULL, 'card_image_134x160') (Line: 62)
The solution proposed works for me!
Using Drupal 10.1.5 and module version 2.1.3. The patch it's working for me.
Using Drupal 10.1.5 and module version 2.1.3. The patch created on the issue #3351776 📌 String data, right truncated: 1406 Data too long for column 'args' at row 1: INSERT INTO "draggableviews_structure" Fixed it's working for me.