Sugarcrm CE Fatal error: sugar_file_put_contents_atomic() in wamp

Viewed 4957

I am running Sugarcrm CE under wamp on a windows 7 machine and I keep getting the following error. It just happens randomly and if I reload the page it seems to work. But this error is very annoying and I never used to get it under this development environment. I know if this was linux it would be a permissions issue but permissions look fine in windows to me. I have developer mode switched on and have deleted the cache folder but it still happens. Does anybody know how to prevent this?

Fatal error: sugar_file_put_contents_atomic() : fatal rename failure 'E:\wamp     \www\sugargantt-project\cache\modules\Employees\tem177F.tmp' -> 'cache/modules/Employees/Employeevardefs.php' in E:\wamp\www\sugargantt-project\include\utils\sugar_file_utils.php on line 187
5 Answers

Just create a cache directory in root directory of sugarcrm and check permission on it make it 777 and try hard reload it after this

Related