▲ 35 r/drupal

Drupal 11.4 - Check Issue Queues before Updating!

It looks like Drupal 11.4 has some breaking changes for AT LEAST:

  • svg_image
  • superfish
  • protected_pages
  • trash

And probably more modules...be careful before updating.

reddit.com
u/greatmatter — 4 days ago
▲ 3 r/GoogleGeminiAI+1 crossposts

gemini-3-pro-image and gemini-3.1-flash-image suddenly hallucinating and generating artifacts when using 4K

We developed a tool several months ago that utilizes Gemini API, specifically the gemini-3.1-pro-preview model. Due to the upcoming deprecation of that model, we switched to the recommended gemini-3-pro-image model (and have tried the gemini-3.1-flash-image model), but both are hallucinating and adding weird box-like artifacts to the results, but ONLY in 4K resolution; 1K and 2K are working as expected.

Has anyone else experienced this? Searches are pulling up nothing.

We've experimented with setting the thinking level to "minimal" with no impact.

reddit.com
u/greatmatter — 19 days ago
▲ 15 r/drupal

Workaround: guzzlehttp/psr7 update to allow composer updates

If you ran into the

Your requirements could not be resolved to an installable set of packages.

error message while running composer update today, see this issue:
https://www.drupal.org/project/drupal/issues/3599842

In brief, quoting the the issue:

>While these were fixed a few weeks ago (see https://github.com/advisories/GHSA-hq7v-mx3g-29hw), we can see the composer datasource was only registered with the vulnerabilities on June 11th.

>and

>You can temporarily fetch the 2.11.0 version of guzzlehttp/psr and alias it to 2.8.1 with this:
composer require "guzzlehttp/psr7:2.11.0 as 2.8.1"
Revert this once a new Drupal core is released by deleting the guzzlehttp/psr7": "2.11.0 as 2.8.1", line in composer.json, and then updating Drupal core.

u/greatmatter — 20 days ago