In ProjectSend, when customers log in they can not see their files. The problem seems to be with Internet Explorer 11, it works fine on IE8 and IE9. In Firefox, Chrome or Safari it works just fine on all latest versions.
To fix this issue:
Open the ProjectSend/header.php file:
Replace following line
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
to
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
Thanks ProjectSend and David Bronstein for this tip.
Labels: ProjectSend