Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Raports - Permissio...
 
Notifications
Clear all

Raports - Permission denied

4 Posts
2 Users
0 Reactions
2,843 Views
(@paula22)
Posts: 7
Active Member
Topic starter
 
[#4956]

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


 
Posted : 08 Feb 2018 18H14
(@babynus)
Posts: 14952
Member Admin
 

Your php user does not have write rights in projeqtor/files/report folder (where we store images rendered by reports)


 
Posted : 08 Feb 2018 22H05
(@paula22)
Posts: 7
Active Member
Topic starter
 

And how can i fix that?


 
Posted : 10 Feb 2018 12H05
(@babynus)
Posts: 14952
Member Admin
 

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

 
Posted : 10 Feb 2018 20H58
Share:

Scroll to Top