I had a working Community Version 6.5.20 (Build 1001) of SugarCRM until I upgraded my httpd to use PHP 7.1.2 for other web applications.
Now it is partially working. For example, the account list shows up but when one clicks on an account an error page comes up and in the log we get a bunch of errors such as::
PHP Warning: Declaration of aCase::save_relationship_changes($is_update) should be compatible with SugarBean::save_relationship_changes($is_update, $exclude = Array) in /var/www/crm.artifact-software.com/modules/Cases/Case.php on line 316, referer:…/index.php?action=ajaxui
[Thu Mar 30 22:56:59.088125 2017] [php7:warn] [pid 2304] [client 192.168.3.196:53885] PHP Warning: Declaration of Bug::create_export_query(&$order_by, &$where, $relate_link_join = ‘’) should be compatible with SugarBean::create_export_query($order_by, $where) in /var/www/crm.artifact-software.com/modules/Bugs/Bug.php on line 376, referer: …/index.php?action=ajaxui
[Thu Mar 30 22:56:59.102765 2017] [php7:warn] [pid 2304] [client 192.168.3.196:53885] PHP Warning: Declaration of Project::create_export_query(&$order_by, &$where, $relate_link_join = ‘’) should be compatible with SugarBean::create_export_query($order_by, $where) in /var/www/crm.artifact-software.com/modules/Project/Project.php on line 297, referer: …/index.php?action=ajaxui
(I had to screw with the referer text to get rid of links that the forum did not like.)
I gather that this because SugarCRM does not support PHP…
Can I just drop the SpiceCRM files on top of the SugraCRM or is there a better way to upgrade?