-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Fix bugs in daemon and web #59
Conversation
Added missing bracket and fixed wrong bracket. Was causing the below 500 errors [Sat Sep 21 19:29:03.353020 2024] [php:error] [pid 85107] [client 82.69.85.141:63866] PHP Parse error: syntax error, unexpected token ";", expecting ")" in /var/www/..../pages/ingame/motd.php on line 76 [Sat Sep 21 19:31:17.155449 2024] [php:error] [pid 85110] [client 82.69.85.141:63872] PHP Parse error: Unclosed '{' on line 80 does not match ']' in /var/www/..../pages/ingame/motd.php on line 82
…lled statically error
Hey @DNA-styx, thanks for the PR and commits. I've just taken a short refresher of this repo. It needs a few fixes since the last commit which has been some time ago, before merging this PR. A little question - would you want all the commits on this PR to be merged (i.e. is your master branch in working state)? If it's in working condition, we could just merge them all in. Thanks 😄 |
Just looked through the PR. These are excellent fixes. Thanks much! 😄 I will merge this for the next bugfix release. |
Added missing bracket and fixed wrong bracket.
Was causing the below 500 errors
[Sat Sep 21 19:29:03.353020 2024] [php:error] [pid 85107] [client 82.69.85.141:63866] PHP Parse error: syntax error, unexpected token ";", expecting ")" in /var/www/..../pages/ingame/motd.php on line 76
[Sat Sep 21 19:31:17.155449 2024] [php:error] [pid 85110] [client 82.69.85.141:63872] PHP Parse error: Unclosed '{' on line 80 does not match ']' in /var/www/..../pages/ingame/motd.php on line 82