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.

[Question about fun...
 
Notifications
Clear all

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

7 Posts
2 Users
0 Reactions
8,298 Views
(@rzj)
Posts: 4
Active Member
Topic starter
 
[#1626]

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.


 
Posted : 14 Feb 2014 13H21
(@babynus)
Posts: 14952
Member Admin
 

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 ?


 
Posted : 14 Feb 2014 13H44
(@rzj)
Posts: 4
Active Member
Topic starter
 

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


 
Posted : 14 Feb 2014 18H04
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 14 Feb 2014 19H48
(@rzj)
Posts: 4
Active Member
Topic starter
 

Ok it's done !

For information:
I had always an error:
Fatal error: Maximum execution time of 300 seconds exceeded in [...] projeqtormodelpersistencesql.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); query($sqlRequest);
if (isset($debugQuery) and $debugQuery) {


 
Posted : 17 Feb 2014 13H31
(@babynus)
Posts: 14952
Member Admin
 

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);

 
Posted : 17 Feb 2014 14H30
(@rzj)
Posts: 4
Active Member
Topic starter
 

Thx for this update.

My implementation is just the tips for the first install with myphp on a slow comptuer , for sure i've delete the code after 🙂

I'll play with ProjeQtOr in next days and give you a feedback // my initial questions.


 
Posted : 17 Feb 2014 16H28
Share:

Scroll to Top