I’m trying to upgrade from 7.7.9 to 7.8.3. When I select the Upgrade Wizard, I receive the following error message: Warning: touch(): Unable to create file /var/www/html/upgradeWizard.log because Permission denied occurred in /var/www/html/include/utils/sugar_file_utils.php on line 266 [2017-05-17 11:12:23] display_stack_trace caller, file: /var/www/html/include/utils.php line#: 3370
Apache is running as apache.apache and the path to suiteCRM (/var/www/html) looks like:
drwxr-xr-x. 21 root root 4096 May 17 10:55 var
drwxrwxr-x. 4 apache apache 33 Apr 12 16:04 www
drwxrwxr-x. 17 apache apache 4096 Nov 8 2015 html
config.php has:
‘default_permissions’ =>
array (
‘dir_mode’ => 1517,
‘file_mode’ => 420,
‘user’ => ‘apache’,
‘group’ => ‘apache’,
),
I’ve tried about every combination of permissions within /var/www/html that I can come up with but the permissions denied problem continues. Any pointers? I’m guessing if this function is off, I have more permissions problems that we haven’t come across yet.
Thanks for the help,
Mark