question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug: v3.3.2: 500 Internal Server Error + no more HTML headers

See original GitHub issue

Hello,

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:closed
  • Created 10 months ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fnordsoncommented, Nov 12, 2022

@matttbe FYI: I can confirm switching server to PHP8 made it work again with the current version.

1reaction
berrndcommented, Nov 12, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found