View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [Question about functionality] Acces by emplyee for imputation + Install issue - ProjeQtOr
 

[Question about functionality] Acces by emplyee for imputation + Install issue

More
14 Feb 2014 11:21 #1 by RzJ
Hi,

I try this tools, it look very clear, usefull, and could help me to follow me team.

I've just a doubt about the the collaborative aspect:
Is it possible to create users and autorization profile per users ?
Is each user able to enter in the tools, to see only his own task, and to enter his own imputation per task for the week ?
If yes, is there a validation workflow ?

On other point:
Is the application fully compatible with EasyPHP DevServer 14.1 VC9 ?
After installation, when loggin when admin/admin, nothing appears.
After closing windows, when try again, admin/admin is a bad login/password.

Thanks in advance.

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

More
14 Feb 2014 11:44 #2 by babynus

Is it possible to create users and autorization profile per users ?

Of course. :cheer:
Otherwise it would not be really Collaborative ;)

Is each user able to enter in the tools, to see only his own task, and to enter his own imputation per task for the week ?

Yes for team members. :)
Project Members can have larger view (all tasks of their projects).
But the greatest is that all access rights are configurable throught profiles. You can define your own prifiles, define with view on each item. ProjeQtOr is very flexible. :woohoo:

If yes, is there a validation workflow ?

Yes, defined throught acces rights.
Project memebers submit weekly real work input.
Default configuration allows Project leader to validate (or reject) this work input.

Is the application fully compatible with EasyPHP DevServer 14.1 VC9 ?
After installation, when loggin when admin/admin, nothing appears.
After closing windows, when try again, admin/admin is a bad login/password.

It should, but I did not try exactly this version.
Did you have correct configuration ?
Is the database full with table or not ?
Can you check log file for reported errors ?

Babynus
Administrator of ProjeQtOr web site

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

More
14 Feb 2014 16:04 #3 by RzJ
Thank you very much for your quick answer.

Because it seems fully matching with my needs, i'll try again a local deployment and come back to the forum if a encounter issues,

Best regards,
Fabien

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

More
14 Feb 2014 17:48 #4 by babynus
Hi,

I just tried setup process with EasyPHP DevServer 14.1 VC9 (latest).
All works fine.
What is important is that after first login, spinner tirns for a few minutes : it waits until database update is complete.
On fist install, it may take few minutes.
Just wait until you get message "DATABASE UPDATE COMPLETED TO VERSION V4.1.2".

You can follow setup progress in the log file : you'll have few Exceptions (because database is empty), then Database iterative upgrade.
Anbd when it's done, connection just works fine.

Babynus
Administrator of ProjeQtOr web site

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

More
17 Feb 2014 11:31 #5 by RzJ
Ok it's done !

For information:
I had always an error:
Fatal error: Maximum execution time of 300 seconds exceeded in [...] projeqtor\model\persistence\sql.php

SOlution:
I've add a little instruction line 58 in sql.php:

// Execute query
$cnx = self::getConnection();
self::$lastQueryErrorMessage=NULL;
self::$lastQueryErrorCode=NULL;
enableCatchErrors();
$result = new PDOStatement();
$checkResult="OK";
try {
ini_set('max_execution_time', 0); <-- ADDED
$startMicroTime=microtime(true);
$result = $cnx->query($sqlRequest);
if (isset($debugQuery) and $debugQuery) {

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

More
17 Feb 2014 12:30 #6 by babynus
Hi,

This update is dangerous as you will never have a SQL Timeout...

Better is to change line 353 in /db/maintenance.php to
projeqtor_set_time_limit(1500);

Babynus
Administrator of ProjeQtOr web site

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

Moderators: babynusprotion
Time to create page: 0.041 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.