Bug: v3.3.2: 500 Internal Server Error + no more HTML headers
See original GitHub issueHello,
Thank you for this great web app!
I just upgraded from v3.3.0 to v3.3.2 and I now get a 500 error with HTML content but not having HTML headers, starting with:
<div class="row">
<div class="col">
<div class="title-related-links">
<h2 class="title mr-2 order-0">
Stock overview </h2>
ending with:
</div>
<div class="modal fade"
id="stockoverview-productcard-modal"
tabindex="-1">
<div class="modal-dialog">
<div class="modal-content text-center">
<div class="modal-body">
It is installed on an old server with PHP 7.4.
Is there anything else I can share?
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
How to Fix a 500 Internal Server Error on Your WordPress Site
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >HTTP 500 Internal Server Error: What It Means & How to Fix It
A 500 internal server error is, as the name implies, a general problem with the website's server. More than likely, this means there's...
Read more >psycopg2.DatabaseError errors cause 500 Internal Server Error
The issue is about PostgreSQL database errors randomly appear in the logs. The errors, unfortunately, don't contain any useful information in ...
Read more >Sending HEAD request with no Accept header causes 500 error
It discovered it because some HttpClients in Java send the Accept header with HEAD but others do not. curl -I -H 'Accept:' http://localhost:3000 ......
Read more >JQuery Ajax Post results in 500 Internal Server Error
I suspect that the server method is throwing an exception after it passes your breakpoint. Use Firefox/Firebug or the IE8 developer tools to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@matttbe FYI: I can confirm switching server to PHP8 made it work again with the current version.
I’ve took the time: Yes, is reproducible when running the current v3.3.2 release with PHP 7.4.
Not a bug, not a regression, since anything PHP <> 8.0 is currently and since v3.1.0 (so since nearly 1.5 years) unsupported.