View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - incorrect value for 'Log file name', cannot write to such a file : chec - ProjeQtOr
 

incorrect value for 'Log file name', cannot write to such a file : chec

More
18 Jul 2025 15:10 #1 by jszczygiel
Hello,
On Linux Zorin 17.3 Pro, I try to install projeqtor. During the install process, I cannot solve this error "incorrect value for 'Log file name', cannot write to such a file : check access rights".
I tried several changes to access rights to logs directory, but without success.
Can you help me please?
Thanks, 
Joseph

Please Log in or Create an account to join the conversation.

More
18 Jul 2025 15:15 #2 by babynus
If rights are correct, try and disable selinux

Babynus
Administrator of ProjeQtOr web site

Please Log in or Create an account to join the conversation.

More
18 Jul 2025 16:13 #3 by jszczygiel
Thanks you for your help.
1. SElinux seems not installed:  sestatus not found
2. Rights accesses are listed below in /var/www/

jsz@jsz-HW2:~$ cd /var/www
jsz@jsz-HW2:/var/www$ ll
total 12
drwxr-xr-x  3 root root 4096 juil. 17 18:56 ./
drwxr-xr-x 17 root root 4096 juil. 12 22:21 ../
drwxr-xr-x 15 root root 4096 juil. 17 18:56 projeqtor/

jsz@jsz-HW2:/var/www$ cd projeqtor
jsz@jsz-HW2:/var/www/projeqtor$ ll
total 184
drwxr-xr-x 15 root root  4096 juil. 17 18:56 ./
drwxr-xr-x  3 root root  4096 juil. 17 18:56 ../
drwxrwxrwx  2 root root  4096 juil. 17 18:56 api/
drwxrwxrwx  2 root root  4096 juil. 17 18:56 cache/
drwxrwxrwx  2 root root 12288 juil. 17 18:56 db/
drwxrwxrwx  3 root root  4096 juil. 17 18:56 docs/
drwxrwxrwx 29 root root  4096 juil. 17 18:56 external/
drwxrwxrwx 10 root root  4096 juil. 17 18:56 files/
-rwxrwxrwx  1 root root  7622 juil. 17 18:56 index.php*
-rwxrwxrwx  1 root root 36377 juil. 17 18:56 license.txt*
drwxrwxrwx  4 root root 32768 juil. 17 18:56 model/
drwxrwxrwx  3 root root  4096 juil. 17 18:56 plugin/
-rwxrwxrwx  1 root root  3184 juil. 17 18:56 readme.txt*
drwxrwxrwx  4 root root  4096 juil. 17 18:56 report/
drwxrwxrwx  2 root root  4096 juil. 17 18:56 simulation/
drwxrwxrwx  6 root root  4096 juil. 17 18:56 sso/
drwxrwxrwx  3 root root 36864 juil. 17 18:56 tool/
drwxrwxrwx  8 root root 12288 juil. 17 18:56 view/
jsz@jsz-HW2:/var/www/projeqtor$

sz@jsz-HW2:/var/www/projeqtor$ cd files
jsz@jsz-HW2:/var/www/projeqtor/files$ ll
total 44
drwxrwxrwx 10 root root 4096 juil. 17 18:56 ./
drwxr-xr-x 15 root root 4096 juil. 17 18:56 ../
drwxrwxrwx  3 root root 4096 juil. 17 18:56 attach/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 config/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 cron/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 images/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 import/
-rwxrwxrwx  1 root root 1256 juil. 17 18:56 index.php*
drwxrwxrwx  2 root root 4096 juil. 17 18:56 logs/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 report/
drwxrwxrwx  2 root root 4096 juil. 17 18:56 thumbs/
jsz@jsz-HW2:/var/www/projeqtor/files$ 

jsz@jsz-HW2:/var/www/projeqtor/files$ cd logs
jsz@jsz-HW2:/var/www/projeqtor/files/logs$ ll
total 12
drwxrwxrwx  2 root root 4096 juil. 17 18:56 ./
drwxrwxrwx 10 root root 4096 juil. 17 18:56 ../
-rwxrwxrwx  1 root root 1256 juil. 17 18:56 index.php*
jsz@jsz-HW2:/var/www/projeqtor/files/logs$ ^C
jsz@jsz-HW2:/var/www/projeqtor/files/logs$ 

I also tried :
drwxrwxrwx 15 root root 4096 juil. 17 18:56 projeqtor/

with the same result.


 

Please Log in or Create an account to join the conversation.

More
21 Jul 2025 14:12 #4 by jszczygiel
Found!

CONTEXT
xampp on Zorin 17.3 Pro.
and there was also a php, mysql and apache installed via snap.

ERRORS:
access rights was about files and tool directory.

FIXES:
sudo chown -R daemon:daemon /opt/lampp/htdocs/projeqtor/files
sudo chmod -R 755 /opt/lampp/htdocs/projeqtor/files

and
sudo chown -R daemon:daemon /opt/lampp/htdocs/projeqtor/tool
sudo chmod -R 755 /opt/lampp/htdocs/projeqtor/tool

Please Log in or Create an account to join the conversation.

More
21 Jul 2025 14:14 - 21 Jul 2025 14:14 #5 by jszczygiel
Thank you Babynus for your help.

How can I close this point, please?
Last edit: 21 Jul 2025 14:14 by jszczygiel.

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.043 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.