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
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?
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.
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.
Thank's i try to reproduce this and and i give you a solution to correct this when i was find the correction.
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.
It's worked fine =)
Thnak you