⚠ config_override.php?

Is config_override.php part of SuiteCRM?
I checked the full download package and I cannot find any sych file. I found in the root directory with the permission 0770. I’ve changed that for now to 0644.

Thanks in advance.
Kind regards
PowerQuest

Never mind I found it in the documentation:

The name got me a bit worried (override), especially with the 0770 permission set. I do find that part a bit odd still. Is there any logical reason and explanation to why the permission is that high (0770),?

Thanks in advance.
Kind regards
PowerQuest

The files in "root-folder"/vendor/bin is set to 777 - can this really be correct?
:thinking:
you cannot even change the permission on that folder. I mean 777 makes it writable to the world too. So it doesn’t make sense to me.

That 777 shouldn’t be there, no.

I’m sure you can change permissions, it just depends on who owns the folder. You might have to sudo chown before.

thanks pgr for your reply.

Well in that folder they are symlinks. Dont know why…

Kind regards
PowerQuest

Yes, vendor/bin is just for symlinks. The permissions for symlinks are irrelevant, only the permissions of destination folders/files matter.

So don’t worry.

1 Like

Thank you pgr! :heart:

Kind regards
PowerQuest