- πΊπΈUnited States Clarentina
I experienced the same issue on D9.5 even with the addition of #6. This worked fine on D9.4.
After a bit of debugging, I was able to solve this issue by adding each groupBy field separately to the query.
For example,
$query->groupBy('ttdf.tid, ttdf.name');
now became,
$query->groupBy('ttdf.tid'); $query->groupBy('ttdf.name');
- Status changed to Postponed: needs info
4 months ago 12:19am 8 September 2024 - π³πΏNew Zealand quietone
This has been closed as works as designed (by the current subsystem maintainer) and has been a bug report and a support request. As a support request, the Drupal Core issue queue is not the ideal place for support. There are several support options listed on our support page β (Community > Support at the top of Drupal.org) and there is Drupal Slack β . Drupal Slack and the Forums, which are our two main support mechanisms in the Drupal community.
Shall we close this so the discussion can happen in a more suitable place? If we don't receive additional information to help with the issue, it may be closed after three months.