Tags in Blog Posts cause SQL error
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3521292. --> Reported by: [bdmc](https://www.drupal.org/user/130226) Related to !739 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I installed Drupal CMS using Composer as described on the <a href="https://new.drupal.org/download">https://new.drupal.org/download</a> page.</p> <p>I then chose Blog and Projects in the installer. See the image CMS-Recipe-Selection.</p> <p>I went through the Database Selection page, and I am using PostgreSQL 17. See the image CMS-Database-Selection.</p> <p>Finally, I landed on the opening page of Drupal CMS, which is a list of pre-defined content. See the image CMS-First-Page.</p> <p>I then created a Blog Post with three Tags. See the image FirstBlogEntry.</p> <p>The title and description showed up in the Home page. When I tried to display the content, I got the error shown in image: Error.</p> <p>Looking at the Logs, I see the image ErrorLog, and opening up the error, I get the image ErrorLogDetail.</p> <p>To further diagnose the problem, I created a second Blog Post with only one Tag. See SecondBlogEntry-1and2.</p> <p>I was able to successfully read the details of this entry.</p> <p>I created a third Blog Post with Two Tags. See ThirdBlogEntry-1and2.</p> <p>Trying to read the content of this Blog Post causes the same crash described above.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Install CMS with Blog selected. </p> <p>Create a Blog Post with multiple Tags.</p> <p>Attempt to display the contents of that Blog Post.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-data-model-changes">Configuration changes</h3> > Related issue: [Issue #3511750](https://www.drupal.org/node/3511750)
issue