Forum (FR)

Error in log file w...
 
Notifications
Retirer tout

Error in log file while updating references

3 Posts
2 Utilisateurs
0 Reactions
2,124 Vu
Bena
 Bena
(@bena)
Posts: 65
Active Member
Début du sujet
 
[#5675]

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

 
Posté : 11 Jan PM 19:011
Gautier
(@gautier)
Posts: 207
Membre Admin Registered
 

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;


 
Posté : 14 Jan PM 12:011
Bena
 Bena
(@bena)
Posts: 65
Active Member
Début du sujet
 

Thank you, it work correctly now 🙂


--
Bena

 
Posté : 15 Jan PM 14:011
Share:
Retour en haut