
Hi all! I added the new config file mechanism (like Bastian's idea - http://lists.otrs.org/pipermail/otrs/2002-October/000401.html) to the CVS. The old still works and is the default for OTRS 0.5. The new one will be the default for OTRS 1.0. How it works: Copy the example config file (cp Kernel/Config.pm.dist Kernel/Config.pm). Copy and paste your needed options from Kernel/Config/Defaults.pm (default config settings) into Kernel/Config.pm change the values like you want. 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

On Sunday, November 17, 2002, at 02:57 PM, Martin Edenhofer wrote:
How it works: Copy the example config file (cp Kernel/Config.pm.dist Kernel/Config.pm). Copy and paste your needed options from Kernel/Config/Defaults.pm (default config settings) into Kernel/Config.pm change the values like you want.
Woohoo! Looking forward to the next release so I can try it out - unfortunately my otrs system is 'production', so I'm a little scared to put CVS code there. :) Thanks! Bryan

Hi, after a while I just reinstalled OTRS from CVS again (on a SuSE Linux 8.1 system with perl 5.8 and postgres) and unfortunately ran into some trouble. My first try to access http://localhost/otrs/index.pl results in an "Internal server error" from my apache and the following entries in the apache error log: [Fri Nov 29 21:49:24 2002] null: Use of uninitialized value in string eq at /opt/OpenTRS/bin/cgi-bin/../../Kernel/System/Ticket/Article.pm line 50. [Fri Nov 29 21:49:24 2002] null: Use of uninitialized value in string eq at /opt/OpenTRS/bin/cgi-bin/../../Kernel/System/Ticket/Article.pm line 50. [Fri Nov 29 21:49:49 2002] [error] Can't use an undefined value as a HASH reference at /opt/OpenTRS/bin/cgi-bin/../../Kernel/Output/HTML/Generic.pm line 65. If I reload the page the proper login screen gets displayed, but there is an extra section: Language: Got no Data ref in OptionStrgHashRef()!submit Trying to login is similar: Server error on first submit, first reload in the browser and correct screen after a second reload... In the Preferences dialog (showing up after second reload) there's no choice of languages... Hope this helps to figure out some workaround. Ingo -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCM/IT/B/O d+(-) s+:++ a C++ UL++++$ P++$ L+++@ E- W+++@ N+ o? K? w-- O M++@ V PS+ PE++ Y+ PGP++ t++ 5 X R tv+ b+@ DI+@ D--- G+ e? h-- r+++@ y? ------END GEEK CODE BLOCK------
participants (3)
-
Bryan Fullerton
-
Ingo Ciechowski
-
Martin Edenhofer