I was able to fix this problem permanently, meaning I no longer have to set folder and file permissions each and every time I run a e-Mail Campaign so that I can view all the stats without the "FAIL" pop up harassing me. I had errors popping up for everything....not any more.
For those that know there way to the files, I did this:
First set the proper permissions to all of your folders and files recursively,
Next edit the appropriate section of the config.php file to read this:
array (
'dir_mode' => 1517,
'file_mode' => 420,
'user' => 'yourusername',
'group' => 'yourusername',
and then edit the appropriate section of the utils.php to read this:
'dir_mode' => 02770,
'file_mode' => 0660,
'chown' => 'yourusername',
'chgrp' => 'yourusername',
I created a video for those that are in doubt of what to do because video's for me are much easier to understand then someone just writing it out. Just do a search in you tube with the quotes for "SugarCRM - Linux Default Permissions FIXIT HD". I show step by step what to do.
Since doing this everything works very nicely

and I have went from errors at least 20 times a day to 0 errors at all.
Two weeks worth of researching in a 14 minute video.....wish someone had created one 2 weeks ago
Thanks for your assistance Chris!!!
Courtney L Bostdorff
Bookmarks