
Using otrs 1.1 with mod_perl2: The server encountered an internal error and was unable to complete your request. Error message: Can't use an undefined value as an ARRAY reference at /opt/otrs//Kernel/Output/HTML/Agent.pm line 71. I could not see the error as I am not the greatest Perl programmer. Here is the line: my @QueuesNew = @{$Param{Queues}}; Thank you. __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com

Hi, On Mon, Apr 21, 2003 at 09:38:19AM -0700, J M wrote:
Using otrs 1.1 with mod_perl2:
The server encountered an internal error and was unable to complete your request. Error message:
Can't use an undefined value as an ARRAY reference at /opt/otrs//Kernel/Output/HTML/Agent.pm line 71.
I could not see the error as I am not the greatest Perl programmer.
Here is the line:
my @QueuesNew = @{$Param{Queues}};
It's with Perl 5.6. Update Kernel/System/Ticket/IndexAccelerator/RuntimeDB.pm from CVS, restart your webserver and it will work. Thanks! Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson
participants (2)
-
J M
-
Martin Edenhofer