Install SuiteCRM 7.11.15 on a shared hosting

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 undefineds 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.