Hi Will,
obviously the problem is not with SuiteCRM and the SalesAgility team who are all great!!!
I am on a shared hosting service running
. Php 5.3.3
. Linux 2.6.32-531.11.2.lve1.2.55.el6.x86_64 (provided by php_uname()
As you suggested a few weeks ago I have used the following setting in config.php:
(I have also tried with ‘dir_mode’ => 1533, // 2775 and ‘file_mode’ => 493, // 755
)
‘default_permissions’ =>
array (
‘dir_mode’ => 1517,
‘file_mode’ => 420,
‘user’ => ‘’,
‘group’ => ‘’,
),
And I also changed permissions manually in the following way:
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Unfortunately, at times I find certain files whose permissions are no longer the correct ones. And when this happens I get a malfunctioning in the CRM system.
So far I haven’t put it in production but, if these problems are not solved for once and for all it will never go into production because I would get fired after one or two times this problem occurs!