-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AgentTicketZoom 500 when opening a process ticket #3436
Comments
Did a test update to 11.0.2, all ITSM modules fails in package manager. It looks like there are no ITMS modules for 11.x |
Hi you two, in general with questions and problems please visit our forums for community help, github is for development topics only. Because of the recent upgrade though at least quickly:
Best regards, Sven |
Hello Sven, thanks for your quick feedback. I will create a forum entry next time. I did not find the AgentTicketZoom.pm file in the custom folder and the code is 1:1 the same as on Github. Here is the code from 1793 - 1806:
Best regards |
Hi @OTECMarkus, I just fixed the bug within pull request #3439, so it will be included in the next release. In the meantime, you can download the file ( AgentTicketZoom.pm ) and copy it into your installation. I'll leave the issue open just in case any further problems arise. Kind regards, |
Hi @stefanhaerter thanks for the fix. I removed the AgentTicketZoom.pm and replaced it with the updated Version from you, but now i got another error message:
I cannot open normal and process tickets now. |
Good morning Markus, could you have a look at the file again, please. In line 11 we should still be in the commented out header, and the file compiles just fine for me. Please make sure that you copied it correctly, especially see what line 11 holds, and you might want to restart your container/apache2/... (depending on how you installed it), because at one point perl just doesn't even try to reload files anymore. (Maybe there was an error in the beginning and then your fix just isn't registered anymore: |
@svenoe there was a syntax error, i fixed it and now its working. Thanks! |
Version: 11.0.2
Browser: Google Chrome
I was using version 10.1.8, then updated it to 10.1.10 and then to 11.0.2. Now there is the following reproducible problem:
I was able to find the following in the log:
nginx_1 | 192.168.170.74 - - [03/Jun/2024:06:21:16 +0000] "POST /otobo/index.pl HTTP/2.0" 302 0 "https://otrs.XXX.de/otobo/index.pl" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-" web_1 | Can't use string ("1") as a HASH ref while "strict refs" in use at /opt/otobo/bin/psgi-bin/../../Kernel/Modules/AgentTicketZoom.pm line 1796. nginx_1 | 192.168.170.74 - - [03/Jun/2024:06:21:17 +0000] "GET /otobo/index.pl?Action=AgentTicketZoom;TicketID=89904 HTTP/2.0" 500 21 "https://otrs.XXX.de/otobo/index.pl" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
I have not noticed any changes to AgentTicketZoom.pm on Github between version 10.0.18 and 11.0.2.
The text was updated successfully, but these errors were encountered: