Münster
Account created on 26 August 2008, about 16 years ago
#

Merge Requests

Recent comments

🇩🇪Germany sense-design Münster

I can also confirm that there is no flashing with 3.5.1.

🇩🇪Germany sense-design Münster

Time for a new version release for Drupal 11.

🇩🇪Germany sense-design Münster

I have the same issue but with a docx document. Most of the docx files are excluded but some of them still get returned to the search result.

🇩🇪Germany sense-design Münster

#5 👍 works for me too, new version please.

🇩🇪Germany sense-design Münster

Getting the same error "Markup" error as mentioned in #24.

🇩🇪Germany sense-design Münster

Seems that Drupal 10.2.1 fixes the issues. I could not find any errors anymore.

🇩🇪Germany sense-design Münster

Rerolled the patch to replace the current "Content-Length" in Header.

🇩🇪Germany sense-design Münster

Maybe I found the issue, the ERR_CONTENT_LENGTH_MISMATCH made me think about it and I changed one line to recalculate the content length because the minify process make the response smaller.

🇩🇪Germany sense-design Münster

I found that the problem is somewhere here

if (!empty($this->placeholders)) {
  foreach (array_reverse($this->placeholders, TRUE) as $placeholder => $value) {
    $this->content = str_replace($placeholder, $value, $this->content);
  }
}

If I comment the third line no errors are thrown anymore so something with the placeholders is not working correctly anymore or causing some issues with the correct replacement.

🇩🇪Germany sense-design Münster

So after some research and additional setup of a copy of the site based on Drupal 10.2 the following error shows up in the nginx error log.

2023/12/19 14:24:57 [error] 27275#27275: *11131 upstream prematurely closed FastCGI request while reading upstream, client: CLIENT-IP, server: DOMAIN.TLD, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php8.1-fpm.sock:", host: "DOMAIN.TLD"

The errors in the browser console are

  1. ERR_QUIC_PROTOCOL_ERROR
  2. ERR_HTTP2_PROTOCOL_ERROR
🇩🇪Germany sense-design Münster

@slydevil, if required I can give you access to a copy of the site with the error.

🇩🇪Germany sense-design Münster

This is related to http3 with nginx which is using quic (udp) for connection.

🇩🇪Germany sense-design Münster

I am also investigation but with DDEV the error is not reproducable. Trying with a snapshot of the productive environment and see what happens.

Will respond as soon as possible with my investigations.

🇩🇪Germany sense-design Münster

Site does not show at all.
Issue is in all modern browsers

Chrome 120
Firefox 120
Safari

🇩🇪Germany sense-design Münster

Yes, related to 10.1 update. 10.0.x did not have this appearance.

🇩🇪Germany sense-design Münster

When will be the D10 compatible release? A month has passed.

🇩🇪Germany sense-design Münster

Patch to fix this is attached. Please test and review.

🇩🇪Germany sense-design Münster

Tested on Drupal 10.0.x and 6.0.2 and works now. For me this is RTBC.

Production build 0.71.5 2024