[otrs] new OTRS installation

2008-01-28 Thread Andrew Meyer
What does this error mean:

Software error:

Died at /var/www/otrs/bin/cgi-bin/../../Kernel/Config/Defaults.pm line
2138.

 

 

Andrew Meyer

Unix Systems Administrator

314-787-0681  x39

314-565-0868 (cell)

1300 Hampton Ave.

Ste. 200

Saint Louis, MO 63139

 

http://www.precisionpractice.com/

 

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
= http://www.otrs.com/

Re: [otrs] new OTRS installation

2008-01-28 Thread Nils Breunese (Lemonbit)

Andrew Meyer wrote:


What does this error mean:
Software error:
Died at /var/www/otrs/bin/cgi-bin/../../Kernel/Config/Defaults.pm  
line 2138.


I'd start by looking at that line for a clue and checking whether you  
have all needed Perl modules installed (~otrs/bin/otrs.checkModules).


Nils Breunese.
___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
= http://www.otrs.com/


AW: [otrs] new OTRS installation

2008-01-28 Thread Armann, Gregor
Hi!

 What does this error mean:
 Software error:
 Died at /var/www/otrs/bin/cgi-bin/../../Kernel/Config/Defaults.pm
 line 2138.


If you just have a fresh installation on a different directory then
/opt/otrs... set manually in ...otrs/Kernel/Config.pm


After:
package Kernel::Config;

sub Load {
my $Self = shift;
#  #
#  #
#  #
# Start of your own config options!!!  #
#  #
#  #
#  #


This line:
$Self-{Home} = '/yourpath/otrs';


Gregor Armann

___
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
= http://www.otrs.com/