OJS 3 cannot click on download links

Hi Alec

thanks for the suggestion. In fact, this is weird, if I disable warnings by setting
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
in php.ini, then it works! I can download files. The link does turn gray and the “forbidden” red sign does appear, but only for one second, and then the download starts, and the link becomes blue again, and the mouse cursor becomes normal again.

Just to check, if I revert to
error_reporting = E_ALL
in php.ini, then the download links stop working, as in my first report.

So it seems that php error reporting (resulting in a slight delay ?) is enough to make the links stop working…

thanks again
San