Database error when embedding an SVG
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3423522. --> Reported by: [hommesreponse](https://www.drupal.org/user/415185) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>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:</p> <p>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] =&gt; 1,500,000 [:db_condition_placeholder_1] =&gt; svg_embed [:db_condition_placeholder_2] =&gt; en ) in Drupal\svg_embed\SvgEmbedProcess-&gt;embedTranslate() (line 134 of /var/www/html/web/modules/contrib/svg_embed/src/SvgEmbedProcess.php).</p> <p>Any help would be greatly appreciated!</p>
issue