Dear Club,
Recently i have Updated My CRM 11.03 to 12.00 Using Silent CMD Feature After Upgrade I am getting Warring Below
Still I have Repair 3-4 Times.
Dear Club,
Recently i have Updated My CRM 11.03 to 12.00 Using Silent CMD Feature After Upgrade I am getting Warring Below
Still I have Repair 3-4 Times.
Have you tried using the clear server cache option?
Yes
You need to ensure the files have the correct permission. CLI usually changes the user and permissions.
Rodrigo Manara
Sr. Developer
I've had that before.
Did you run the specific "rebuild config file"? That fixed it for me.
If that doesn't work then check permissions as Rodrigo Manara said.
I use this from Sugar root to repair permissions on all files and directories after every upgrade.
sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;