health page not working #24
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
/health
page produces a WSoD due a parsing error.PHP Parse error: syntax error, unexpected end of file in mod/health.php on line 396 Errors parsing mod/health.php
Maybe "just" a missing closing curly bracket fir the
health_details
function.I went further than that, fixed the formatting and the multiple PHP notices. I also remove a
killme()
in theindex.php
that prevented this page from displaying altogether. 🤔The missing bracket was just the 1st thing I saw when I briefly looked at the code for a reason. Thanks for having a look!