Skip to content
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

Merged
merged 13 commits into from
Feb 27, 2025
Merged

Conversation

DNA-styx
Copy link

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

@leojonathanoh
Copy link
Member

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 😄

@leojonathanoh
Copy link
Member

Just looked through the PR. These are excellent fixes. Thanks much! 😄

I will merge this for the next bugfix release.

@leojonathanoh leojonathanoh added this to the v1.11.4 milestone Feb 27, 2025
@leojonathanoh leojonathanoh changed the title Update motd.php - fix for 500 error Fix: Fix bugs in daemon and web Feb 27, 2025
@leojonathanoh leojonathanoh merged commit 382b484 into startersclan:master Feb 27, 2025
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants