anonlk Posted November 13, 2017 Posted November 13, 2017 (edited) https://challenge.anonlk.tk/ch/ch1/test.php this works fine in my localhost but after upload, im getting a 500 Internal Server Error. Edited November 13, 2017 by anonlk
wolstech Posted November 13, 2017 Posted November 13, 2017 Check the file permissions. They need to be 644, but the default for uploading is 664. Apache does not like files being writable by the group.
Krydos Posted November 13, 2017 Posted November 13, 2017 Also make sure all of your directories at 755, not 775 like FTP sometimes uploads them. Take a look at https://johnny.heliohost.org:2083/frontend/paper_lantern/stats/errlog.html
anonlk Posted November 13, 2017 Author Posted November 13, 2017 SoftException in Application.cpp:603: Directory "/home/anonlk/public_html/challenge/ch/ch1" is writeable by group
Krydos Posted November 13, 2017 Posted November 13, 2017 ...so make it so it's not writable by group? rwxrwxr-x is 775 rwxr-xr-x is 755 1
anonlk Posted November 13, 2017 Author Posted November 13, 2017 (edited) it showed 755, but after click permission there was 777, now its working. thanks for help. great service. Edited November 13, 2017 by anonlk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now