Database error when embedding an SVG

Created on 23 February 2024, 10 months ago
Updated 15 March 2024, 9 months ago

Problem/Motivation

I've installed SVG Embed on Drupal 10.1.2 and I'm using the SVG Image module to upload my SVG via a Media image field. When I embed the SVG on a page and save I get this (WSOD) error when trying to view the page:

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S22]: Column not found: 1054 Unknown column 's.textgroup' in 'where clause': SELECT "t"."translation" AS "translation" FROM "locales_source" "s" LEFT OUTER JOIN "locales_target" "t" ON s.lid = t.lid WHERE ("s"."source" = :db_condition_placeholder_0) AND ("s"."textgroup" = :db_condition_placeholder_1) AND ("t"."language" = :db_condition_placeholder_2); Array ( [:db_condition_placeholder_0] => 1,500,000 [:db_condition_placeholder_1] => svg_embed [:db_condition_placeholder_2] => en ) in Drupal\svg_embed\SvgEmbedProcess->embedTranslate() (line 134 of /var/www/html/web/modules/contrib/svg_embed/src/SvgEmbedProcess.php).

Any help would be greatly appreciated!

🐛 Bug report
Status

Fixed

Version

2.1

Component

Code

Created by

🇨🇦Canada hommesreponse

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024