/opt/otrs/bin/otrs.UnlockTickets.pl is not working since the update to 4.0.2

Moderator: crythias

Locked
geli65
Znuny newbie
Posts: 4
Joined: 08 Dec 2014, 12:48
Znuny Version: 4.0.14
Real Name: Guido Eli
Company: Treofan Group

/opt/otrs/bin/otrs.UnlockTickets.pl is not working since the update to 4.0.2

Post by geli65 »

Hello,

since the update to 4.0.2 our tickets remain in a locked state. If I start the UnlockTickets.pl manual I receive the error message :
"Modification of a read-only value attempted at /opt/otrs/Kernel/Config/Defaults.pm line 1910."

As a workaround I deactivated the lines 1910-1921 by commenting them out and added a line $Self->{Version} = "4.0.2"; , after that everything seems to work like it should.

Is it a known problem ? I could not find a related bug message in tracking system. But maybe it's related to the perl version, we are using 5.14.2

Guido
OTRS 4.0.14, ITSM, Ubuntu 12.04, MySQL 5.5.40
colttt
Znuny newbie
Posts: 21
Joined: 27 Jan 2015, 12:29
Znuny Version: 4.0.5

Re: /opt/otrs/bin/otrs.UnlockTickets.pl is not working since the update to 4.0.2

Post by colttt »

hello,

i have the same issue with 4.0.5 (upgrade from 3.3).

I get the following error:

Code: Select all

otrs.PendingJobs.pl
Modification of a read-only value attempted at /opt/otrs-4.0.5/Kernel/Config/Defaults.pm line 1934.

Code: Select all

otrs.UnlockTickets.pl
Modification of a read-only value attempted at /opt/otrs-4.0.5/Kernel/Config/Defaults.pm line 1934.
how can i resolve it?
fdvarela
Znuny newbie
Posts: 1
Joined: 09 Sep 2015, 13:43
Znuny Version: 4.0.9
Real Name: Favio
Company: BBOXX

Re: /opt/otrs/bin/otrs.UnlockTickets.pl is not working since the update to 4.0.2

Post by fdvarela »

Hi guys
Is there any clue on how to fix this issue?
I'm getting exactly the same error and found no ideas to solve it around.
Cheers
mbdevnet
Znuny newbie
Posts: 2
Joined: 04 Jan 2016, 11:23
Znuny Version: 4.0.13
Real Name: Marcin Bieniek
Company: DEVnet

Re: /opt/otrs/bin/otrs.UnlockTickets.pl is not working since the update to 4.0.2

Post by mbdevnet »

Hi all,

I have the same problem here:
Modification of a read-only value attempted at /opt/otrs/Custom/Kernel/Config/Defaults.pm line 1898.

while running $HOME/bin/otrs.PendingJobs.pl

anyone ?

PRODUCT = OTRS
VERSION = 4.0.13
BUILDDATE = Wed Sep 23 21:13:34 CEST 2015
Locked