File permission settings in the config file

To write values like 755 into the config.php array, make sure you prefix them with a zero, so 0775. This is PHP’s notation for specifying octal numbers.

Those 1528 are decimal, if you run them through a decimal-to-octal conversion you will see more familiar chmod values.

1 Like