Forum

[9.5.0] Undefined v...
 
Notifications
Retirer tout

[9.5.0] Undefined variable: col

7 Posts
2 Utilisateurs
0 Reactions
3,513 Vu
(@scud167)
Posts: 14
Eminent Member
Début du sujet
 
[#8157]

Hi, i got an error on ticket since the patch 9.5.0

2022-03-21 13:58:59.271 ** ERROR ** [V9.5.0] ERROR **
2022-03-21 13:58:59.271
** ERROR ** [V9.5.0] on file '/var/www/html/projeqtor/view/objectDetail.php' at line (4024)
2022-03-21 13:58:59.271
** ERROR ** [V9.5.0] cause = Undefined variable: col
2022-03-21 13:59:12.817
** ERROR ** [V9.5.0] ERROR **
2022-03-21 13:59:12.818 ** ERROR ** [V9.5.0] on file '/var/www/html/projeqtor/view/objectDetail.php' at line (4024)
2022-03-21 13:59:12.818 ** ERROR ** [V9.5.0] cause = Undefined variable: col

Any idea ?

Thank you,

Gael
 


 
Posté : 21/03/2022 4:08 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

Hello,

I can't reproduce this issue, by i checked the code and it is possible to fix it by changing  ligne 4024  "$col" by "$colName" on objectDetail.php " in the else if condition.
Can you explain your case as I am trying to reproduce this and fix it completely for V9.5.1?


 
Posté : 21/03/2022 5:11 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

I was created a ticket #6046 on the roadmap.
I created a #6046 ticket on the roadmap. The final solution will be written to correct this in the result field of the ticket.


 
Posté : 21/03/2022 5:17 pm
(@scud167)
Posts: 14
Eminent Member
Début du sujet
 

Thank you for your quick response ^^ I can solve this problem by simply hiding the history in the user settings.
I tried to add the condition but the problem remains the same.
This problem only occurs when there are tickets created by the mail collector.

 


 
Posté : 21/03/2022 5:40 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

Thank's i try to reproduce this and and i give you a solution to correct this when i was find the correction.


 
Posté : 21/03/2022 5:58 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

it's good, to correct this issue you must finally change the "SqlElement::isWork($colName)" by "and isset($colName) and SqlElement::isWork($colName)" on objectDetail ligne 4024.


 
Posté : 21/03/2022 6:41 pm
(@scud167)
Posts: 14
Eminent Member
Début du sujet
 

It's worked fine =)
Thnak you


 
Posté : 01/04/2022 12:55 am
Share:
Retour en haut