Hello,
We want to test ProjeQtOr because we are looking for equivalent software. Before projecting ourselves towards a competition, a test would allow us to see if ProjeQtOr meets all our needs, which we assume.
We have problems with the installations with, as already read on various topics, the page indicating that the session is already open and that it is necessary to use another browser... Except that on another computer having never connected, even message.
If I purge (base and files) and run another install, I notice that I have errors (red squares) at the bottom, even of the initial setup page. At this stage, no logs by the software, but Apache logs. I am attaching them to you.
Can you tell me what is happening because before we imagine going into production, with maybe even service purchases one day, we would like to finalize a clean installation.
Best regards.
E. Genet
It seems you apache installation does not allow relative paths.
So wou'll have to change at least location of parameters.php file to provide an absolute path.
Advise is to move the parameters.php file out of web reach.
Then indicate the location of this file in projeqtor/tool/parametersLocation.php
... or re-run config to directly indicate absolute patch for files.
(delete file projeqtor/tool/parametersLocation.php to re-run config)
![]()
3 days of research... and I hadn't found anything... I'm testing and I'll get back to you, but it looks like it.
Big big thanks.
Issue seems clear at first reading of log file
PHP Warning: include_once(): Failed opening '../tool/parameters.php' for inclusion (include_path='.:/usr/share/php') in /var/www/projeqtor/tool/projeqtor.php on line 112
![]()
Boouuu
, it seems the same issue ... First connexion with "admin", logout and seem good, test login and the page indicating that the session is already open and that it is necessary to use another browser... Except that on another computer having never connected, even message.
I send you the ProjeQtOr log
Be sure to clean cache and cookies.
If you still get message that you are already connect, tru to double-click on the message.
Hello,
I'm sorry but even with all "cleaned up" browsers we still get this error.
I am attaching the latest error file in case you can find us the error that will allow us to be able to test properly.
Best regards.
E. Genet
Hi,
Stop apache.
Clear all PHP sessions (check location in php.ini, at session.save_path)
Restart PHP.
Clean browser cache (SHIFT+CTRL+DEL).
Retry.