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

Update motd.php - fix for 500 error #59

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant