Invalid version format (negative version number) Log.pm

Moderator: crythias

Locked
livreti
Znuny newbie
Posts: 1
Joined: 13 Jul 2012, 19:16
Znuny Version: 3.0.7
Real Name: Mauricio Silveira
Company: Livre TI

Invalid version format (negative version number) Log.pm

Post by livreti »

I'm getting this error on my new server, in theory, the same system as the former one it was installed at, when I try to close a Ticket.

Invalid version format (negative version number) at (... system path... )/Kernel/System/Log.pm line 160.

I wonder:

1.) Why does this happen only to Ticket Close ( so far )
2.) Why was it working on the "old" ( previous ) server with same OS/Specs?

I have to avoid "Touching" "$Package1->VERSION" var ( even reading, like it is the case ).
I have to comment lines 160,161,162 and 163. Then Add
my $VersionString = "v1.1.1.1";
To keep the system up and running. :shock:

Base version is 3.0.7
Locked