SyntaxFix
Write A Post
Hire A Developer
Questions
to fix this, I had to change permissions for whole directory to 755 (777 did not work for me), and changed file owners for whole directory
chmod -R 755 public_html chown -R nobody:nobody public_html
nobody is user that runs php in my computer.