Hi Francesca,
It seems I have this problem now. Do you have any solutions for this? I am currently on sugar7.6.0.0.
Anything will be helpful.
Thanks
I don't have a solution as such, just a series of things I repeated again and again until I could see formulae, and roles under users.
Fix permissions from root down, I use these which set user/group to apache on everything, all directories to 775 and all files to 664
sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;
delete everything from the cache folder
Repair/Rebuild and everything else in the Repair list that doesn't give a special warning
The system has been stable in 7.6.1 for a while (crossing my fingers)
The only other big change I made to 7.6.1 is the consolidation of the language files (Where in code to maintain dropdowns for 7.x ? ) , though I don't quite see how that would affect anything.
HTH
FrancescaS
Thanks a lot
Thanks a lot