View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Error in log file while updating references - ProjeQtOr

Prochaines sessions de formation

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)

Mardi 23 avril (10h30-12h)

Jeudi 16 mai (16h-17h30)

Jeudi 13 juin (10h30-12h)

 
 

Planifiez avec ProjeQtOr

3 et 4 avril (9h - 12h30)

 
 

Administrez avec ProjeQtOr

10 et 11 avril (9h - 12h30)

 

 

 
 

Error in log file while updating references

More
11 Jan 2019 17:45 #1 by Bena
Hello,

I have the following error while I update the references :

2019-01-11 17:33:53.630 ===== TRACE ===== => 4 Action to update
2019-01-11 17:33:56.626 ===== TRACE ===== => setting unlimited execution time for script (more than 100 Activity to update)
2019-01-11 17:33:56.626 ===== TRACE ===== => 786 Activity to update
2019-01-11 17:34:00.734 ===== TRACE ===== => 100 Activity done...
2019-01-11 17:34:07.257 ===== TRACE ===== => 200 Activity done...
2019-01-11 17:34:13.820 ===== TRACE ===== => 300 Activity done...
2019-01-11 17:34:18.102 ===== TRACE ===== => 400 Activity done...
2019-01-11 17:34:22.354 ===== TRACE ===== => 500 Activity done...
2019-01-11 17:34:26.600 ===== TRACE ===== => 600 Activity done...
2019-01-11 17:34:30.774 ===== TRACE ===== => 700 Activity done...
2019-01-11 17:34:35.594 ===== TRACE ===== => 0 Bill to update
2019-01-11 17:34:35.599 ===== TRACE ===== => 8 CallForTender to update
2019-01-11 17:34:35.717 ===== TRACE ===== => 0 Command to update
2019-01-11 17:34:35.722 ===== TRACE ===== => 1 Decision to update
2019-01-11 17:34:35.739 ===== TRACE ===== => 3 Deliverable to update
2019-01-11 17:34:35.781 ===== TRACE ===== => 3 Delivery to update
2019-01-11 17:34:35.829 ===== TRACE ===== => 1 Document to update
2019-01-11 17:34:35.857 ===== TRACE ===== => 6 Incoming to update
2019-01-11 17:34:35.939 ===== TRACE ===== => 0 IndividualExpense to update
2019-01-11 17:34:35.940 ===== TRACE ===== => 0 Issue to update
2019-01-11 17:34:36.445 ===== TRACE ===== => setting unlimited execution time for script (more than 100 Meeting to update)
2019-01-11 17:34:36.445 ===== TRACE ===== => 161 Meeting to update
2019-01-11 17:35:23.580 ===== TRACE ===== => 100 Meeting done...
2019-01-11 17:35:48.380 ===== TRACE ===== => setting unlimited execution time for script (more than 100 Milestone to update)
2019-01-11 17:35:48.381 ===== TRACE ===== => 178 Milestone to update
2019-01-11 17:35:51.727 ===== TRACE ===== => 100 Milestone done...
2019-01-11 17:35:58.881 ===== TRACE ===== => 0 Opportunity to update
2019-01-11 17:35:58.901 ***** ERROR ***** [V7.3.3] Exception-[42S22] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reference' in 'field list'
2019-01-11 17:35:58.901 ***** ERROR ***** [V7.3.3] For query : update payment set reference=null
2019-01-11 17:35:58.901 ***** ERROR ***** [V7.3.3] Strack trace :
2019-01-11 17:35:58.902 ***** ERROR ***** [V7.3.3] #0 Sql->query called at [/projeqtor/projeqtor/model/persistence/SqlDirectElement.php:83]
2019-01-11 17:35:58.902 ***** ERROR ***** [V7.3.3] #1 SqlDirectElement->execute called at [/projeqtor/projeqtor/tool/adminFunctionalities.php:249]
2019-01-11 17:35:58.902 ***** ERROR ***** [V7.3.3] #2 updateReference called at [/projeqtor/projeqtor/tool/adminFunctionalities.php:64]
2019-01-11 17:35:58.903 ===== TRACE ===== => 0 Payment to update
2019-01-11 17:35:58.906 ===== TRACE ===== => 0 ProjectExpense to update
2019-01-11 17:35:58.907 ===== TRACE ===== => 2 Question to update
2019-01-11 17:35:58.932 ===== TRACE ===== => 0 Quotation to update
2019-01-11 17:35:58.936 ===== TRACE ===== => 2 Requirement to update
2019-01-11 17:35:58.975 ===== TRACE ===== => 6 Risk to update
2019-01-11 17:35:59.068 ===== TRACE ===== => 23 Tender to update
2019-01-11 17:35:59.384 ===== TRACE ===== => 16 TestCase to update
2019-01-11 17:35:59.636 ===== TRACE ===== => 2 TestSession to update
2019-01-11 17:35:59.726 ===== TRACE ===== => 7 Ticket to update

Regards.

--
Bena

Please Connexion or Create an account to join the conversation.

More
14 Jan 2019 10:55 - 14 Jan 2019 10:56 #2 by Gautier
Hello,

Thank you for you feedback, Ticket #3771 created.

Indeed there is a problem, in adminFunctionalities.php.
Add the blue line for correction.

line 246
foreach ($arrayElements as $elt) {
$obj=new $elt();
if(!property_exists($obj,'reference'))continue;
Last edit: 14 Jan 2019 10:56 by Gautier.
The following user(s) said Thank You: Bena

Please Connexion or Create an account to join the conversation.

More
15 Jan 2019 12:55 #3 by Bena
Thank you, it work correctly now :)

--
Bena

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.033 seconds

Paramétrages de cookies

×

Cookies fonctionnels

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

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.