We are using SuiteCRM 7.6.6 on a server, without any problems. This server uses PHP 5.3.3
We need to move our SuiteCRM installation to another server. This server uses PHP 5.6.30
We trying to open the login page, nothing appears in the browser. In the apache logs we find this error:
[error] [client ] PHP Parse error: syntax error, unexpected end of file in /public_html/suitecrm/custom/modules/Users/Login.php on line 42, referer: https:///index.php?action=Login&module=Users
SuiteCRM 7.6.6 is supposed to be compatible with PHP 5.6, isn’t it?
I have compared both Login.php files on both servers and their are identical (same md5 checksum). So we don’t have a corruption issue or something like that.
So now we’re stuck. What could cause this error? And what could I do to further diagnose it?