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.
Hi,
First, sorry for my approximativ english...
I try to install projeqtor on our server.
PHP version is : 8.0.10 run with fastcgi Apache.
My site runs under wordpress.
In the principal directory, I have some directories like ".ssh", "wordpress-backup", "wp toolkit", ....and "httpdocs".
In "httpdocs," I have a directory "wordrpess". Under "wordpress", I have some directories.
So :
1) I create a database : mysite_projeqtor (MariaDB) SQL, ann a new user for this db.
2) I create a directory "projeqtor" under the directory "wordpess".
to follow the security tips,
3) I create a directory "project" under the principal directory (near httpdocs)
4) under this directory 'project", I put the directories "logs", "config", "cron", "attach"
5) I go to "mysite/projeqtor".
6) parameters of db (ok)
7) Directory to store Attachments : project/attach/
so on
Log file name : project/logs/projeqtor_${date}.log
all is ok
next page :
ERROR *
parameter file not found at 'projet/config/parameters.php'
Check file '/tool/parametersLocation.php' or remove it to use '/tool/parameters.php'.
If problem persists, you may get some help at the forum.
I checked, and I see that the installation create a directory "project" under "httpdoc/wordpress/projeqtor/projeqt/attach (and log and config)
I am not a specialist, I don't undertstand the error.
If I install without change the directory (also installation for test -but not secured-) all run perfectly 🙂
Thank you for your help,
You issue is that you specify relative path for directories.
So if your httpdocs is at /var/httpdocs, you have
- projeqtor directory at /var/httpdocs/wordpress/projeqtor
- parameter file ar /var/project/confog/parameters.php
So you should spefify parameter lcation as absolute path "/var/project/config/parameters.php"
If you need to specify a relative, you must keep in mind that scripts execute in th projeqtor/view directory.
So a relative path should be, in your case, "../../../../project/config/parameters.php"