Check for update not working

Roberto's profile image Roberto posted 5 months ago in General Permalink

I'm attaching an image of the problem. Hi

1 attachment(s):
  • Immagine-2025-09-05-201143
ansgar's profile image ansgar posted 5 months ago Permalink

Should work again now.

I moved the webpage heidisql.com to Manitu yesterday, and the Apache webserver is slightly differently configured. Fortunately I found a workaround for enabling that "Content-Length" header through PHP: I need to activate ap_trust_cgilike_cl .

Code modification/commit 3681556 from Ansgar Becker <anse@heidisql.com>, 5 months ago, revision 12.11.0.7090
Do not require a "Content-Length" response header in THttpDownload. Responses mostly come compressed with "Transfer-Encoding: chunked" and then need hacks to get a Content-Length header. See https://www.heidisql.com/forum.php?t=44407

Please login to leave a reply, or register at first.