I am running version 7.8.9 on Synology DS118. The web server has two PHP profile, 7.0 and 5.6. I upgraded to SuiteCRM starting from a SugarCRM package downloaded from Synology repository. SugarCRM installer auto select PHP 5.6, now I would like to switch to 7.0 in order to upgrade to latest SuiteCRM version.
Have tried to modify .htaccess in main SuiteCRM directory, changing line “Action php-fastcgi /php56-fpm-handler.fcgi” to “Action php-fastcgi /php71-fpm-handler.fcgi”, but I get a 404 error “Sorry, the page you are looking for is not found” when trying to load the SuiteCRM home page.
Have tried to switch PHP version to 7.0 in PHP profile, but SuiteCRM still use 5.6.
Can you point out to me where to begin?
Thank you!