MyBB Community Forums

Full Version: Correct CHMOD for the language file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello together,
so I just edited the languages. Now I want to save, but I get the error message:

Before you can edit the language file, you must CHMOD the files in this language set so that the server has permission to write to them.

Ok, but which chmod do I have to use?


chmod 644 ?
This would make it readable + writable for the owner, but just readable for the rest.


I'm not sure actually and I don't want to set the wrong permission. Undecided


Would be happy about a quick response! Smile

Best wishes,
Ishidres

Damn, I just tried it with 644 and now I cannot access any part of the forum anymore.
HELP!
chmod 666 inc/languages/english/*.php inc/languages/english/admin/*.php

You need 666.