Hii 🙂
The file log when I try to view a raport (about the status):
2018-02-08 15:11:14.440 ** ERROR ** [V6.3.0] ERROR **
2018-02-08 15:11:14.446 ** ERROR ** [V6.3.0] on file 'C:xampphtdocsprojeqtorexternalpChartpChart.class' at line (3184)
2018-02-08 15:11:14.450 ** ERROR ***** [V6.3.0] cause = imagepng(/user11_statusDetail_20180208_151114_1.png): failed to open stream: Permission denied
Your php user does not have write rights in projeqtor/files/report folder (where we store images rendered by reports)
And how can i fix that?
on linux, go to your web folder and
chmod -R 755 projeqtor/files/report
and possibly (for debian/ubuntu, change www-data to apache for red-hat/centos)
chmod -R www-data: projeqtor/files/report