Cant save any changes to Config or Config override

Recently had to rebuild my CRM, and for now in the new environment none of my changes are saving if I make a change in the admin side, IE system settings etc. Can you let me know what permissions need to be applied on what folders? Is there any other possibility that might cause this scenario?

Hi ccunningham,

This sounds like a permissions issue. Set the correct permissions on the SuiteCRM directory (Linux):

sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload
sudo chmod 775 config_override.php 2>/dev/null

I am running in a windows environment, and cannot find any definitive answers on how to apply them. Could you let me know what to do?

I’m having this same issue, but in Linux. Any changes I make are not being saved in the config file.

I’ve checked all the permissions and it’s all correct, too.