Bonjour,
Je reçois depuis peu ces messages : [ProjeQtOr] Certaines de vos ressources n'ont pas saisi leur suivi correctement jusqu'au 18/01/2019
Utilisant pour le moment Projeqtor seul, je ne veux pas importuner mes collèuges.
Je ne trouve pas où les désctiver, pouvez-vous m'aider svp?
merci
Please follow forum rules : post in english
Good afternoon, sorry for the post in french.
I have recently received these messages: [ProjeQtOr] Certaines de vos ressources n'ont pas saisi leur suivi correctement jusqu'au 18/01/2019
Using Projeqtor alone for the moment, I don't want to bother my colleagues.
I can't find where to disable them, can you please help me?
thank you in advance
On Global Parameters, tab "Automation", section on the right.
Thank you very much
Check that you have rights to update global parameters.
Do you have errors in log file ?
There was no error when I tried to disable the imputation alert setting yesterday and this morning.
User "{2}" tried login is probably my keyboard error.
2019-04-19 09:08:03.337 ===== TRACE ===== DISCONNECTED USER 'girouxc'
2019-04-19 09:08:08.797 ===== TRACE ===== NEW CONNECTED USER 'admin'
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] Exception-[42S22] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'wesum.idActivty' in 'where clause'
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] For query : SELECT pe.refType as reftype, pe.refId as refid, pe.realWork as realwork, pe.leftWork as leftwork, pe.plannedWork as plannedwork, coalesce((select sum(work) from work w where w.refType=pe.refType and w.refId=pe.refId),0)+coalesce((select sum(pesum.realWork) from planningelement pesum where pesum.topId=pe.id),0)+coalesce((select sum(wesum.realWork) from workelement wesum where pe.refTYpe='Project' and wesum.idProject=pe.id and wesum.idActivty is null),0) as sumwork FROM planningelement pe WHERE pe.isManualProgress=0 and realwork!=coalesce((select sum(work) from work w where w.refType=pe.refType and w.refId=pe.refId),0)+coalesce((select sum(pesum.realWork) from planningelement pesum where pesum.topId=pe.id),0) +coalesce((select sum(wesum.realWork) from workelement wesum where pe.refTYpe='Project' and wesum.idProject=pe.id and wesum.idActivty is null),0) OR (pe.realWork+pe.leftWork)!=pe.plannedWork
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] Strack trace :
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] #0 Sql->query called at [/srv/www/htdocs/projeqtor/model/Consistency.php:367]
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] #1 Consistency->checkWorkOnActivity called at [/srv/www/htdocs/projeqtor/tool/adminFunctionalities.php:104]
2019-04-19 10:25:01.948 ** ERROR ** [V7.4.3] #2 include called at [/srv/www/htdocs/projeqtor/view/print.php:219]
2019-04-19 10:48:44.685 ===== TRACE ===== DISCONNECTED USER 'admin'
2019-04-19 13:16:12.411 ===== TRACE ===== Login error for user '{2}'
2019-04-19 13:16:24.075 ===== TRACE ===== NEW CONNECTED USER 'admin'
2019-04-19 13:17:47.936 ===== TRACE ===== DISCONNECTED USER 'admin'
2019-04-19 13:18:08.876 ===== TRACE ===== NEW CONNECTED USER 'admin'
Issue in log file is fixed on V7.4.4
Please migrate to V7.4.4
As I thought, the 7.4.4 update does not give me the opportunity to disable sending Automatic Imputation Email.
I am in administration. I have allowed all possible access that I know. Look at the attached file what I have in the "Automation" tab. I can "enable / disable" the scheduling options but not in the Automation tab.
I do not have a connection error in the log file.
Do you have any other suggestions?
Thank you
The right part of the screen is not complete.
So sure you have an error.
If error in not logged in projeqtor log file, have a look at apache error log file.
Yes, you right. Here is the error that was logged on Apache In the "file:/ Var / log / apache2 / access_log-camagsrv0115"
Message:"[Wed Apr 24 09: 24: 08.784018 2019] [php5: error] [pid 27340] [client 10.1.4.41:57231] PHP Fatal error: Call to undefined function jddayofweek () in / srv / www / htdocs / projeqtor / model /CronExecution.php on line 148, referer: http: //camagsrv0115/view/main.php"
Googlant this error message "Call to undefined function jddayofweek ()", We found that it is a function related to php5-calendar module that was not installed on this server.
So We had installing it (in YaST). After that, it still did not work, so We closed Projeqtor, disabled and reactivated apache to restart it and finally opened Projeqtor. It solved the problem!
Thank you.