If you want a productiv and a test system or you want to host more the one OTRS systems on one machine you have to make sure that each OTRS has a unique SystemID.
Add the following to each Kernel/Config.pm
# SystemID # (The identify of the system. Each ticket number and # each http session id starts with this number) $Self->{SystemID} = n; |
Note: If you use the "scripts/apache-perl-startup.pl" for mod_perl, change the "use lib" directory (e. g. /opt/otrs or /opt/otrs2)!