This should work, but it will only apply to some newly created files:
âdefault_permissionsâ => array(
âdir_modeâ => 02775,
âfile_modeâ => 0755,
âchownâ => ââ,
âchgrpâ => ââ,
),
That array in config.php is not the critical thing about âsetting permissionsâ for SuiteCRM. What is more critical is the commands given from the console to set the all the files correctly.
I am not confident there is âsimple direct answerâ because the information you have given previously is not sounding consistent to me. If your files were owned by the correct user, all those numbers starting with 7 would mean the same, and you wouldnât have a bunch of undefined
s all over the app.
Remember to run a QR&R between each time you change anything.
For anyone else coming here - my advice is to never use a hosting that does not provide console access. It makes administering SuiteCRM a pain in the *** and itâs really not necessary. You can find affordable hostings that provide some SSH access.