Hello, I have run into a bit of problem with OTRS installation. I did a installation of OTRS2 from the ubuntu package by doing apt-get install otrs2. Everything went great and I was able to use it with no problems. But now I wanted the new version of OTRS and I downloaded the latest one 3.2.4 tar.gz file and followed the instructions on the wiki to install it. Now whenever I try to go to the website I get this error in apache
Code: Select all
ERROR: Can't read /usr/share/otrs/RELEASE: No such file or directory This file is needed by central system parts of OTRS, the system will not work without this file.
[Fri Apr 05 11:53:22 2013] [error] [Fri Apr 5 11:53:22 2013] -e: Died at /opt/otrs//Kernel/Config/Defaults.pm line 1908.\n
It's looking for the RELEASE in the wrong directory as the new otrs is under /opt/otrs. I believe the ubuntu package installed it under /usr/share/otrs. Any way to fix this issue? Thanks for any help!