If a file is named .rpmsave then this is because it did not match the file distributed with the RPM and so when it was upgraded it moved your configuration to one side.
You can try renaming otrs.conf.rpmsave to otrs.conf and restarting Apache - but there may be configuration being loaded from elsewhere in your Apache config, so check the rest of the Apache config files first incase there are any directives pointing to the old otrs scripts directory.
Steve
Hi Steve,Thanks for the feedback, I checked in the /etc/httpd/conf.d directory and I see a file called otrs.conf.rpmsave - here it is# --# added for OTRS (http://otrs.org/)# $Id: apache2-httpd-new.include.conf,v 1.3 2007/04/16 12:11:53 martin Exp $# --# agent, admin and customer frontendScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"# if mod_perl is used#<IfModule mod_perl.c># load all otrs modulesPerlrequire /opt/otrs/scripts/apache2-perl-startup.pl# Apache::Reload - Reload Perl Modules when Changed on DiskPerlModule Apache2::ReloadPerlInitHandler Apache2::ReloadPerlModule Apache2::RequestRec# set mod_perl2 options<Location /otrs># ErrorDocument 403 /otrs/customer.plErrorDocument 403 /otrs/index.plSetHandler perl-scriptPerlResponseHandler ModPerl::RegistryOptions +ExecCGIPerlOptions +ParseHeadersPerlOptions +SetupEnvOrder allow,denyAllow from all</Location>#</IfModule># directory settings<Directory "/opt/otrs/bin/cgi-bin/">AllowOverride NoneOptions +ExecCGI -IncludesOrder allow,denyAllow from all</Directory><Directory "/opt/otrs/var/httpd/htdocs/">AllowOverride AllOrder allow,denyAllow from all</Directory>What is the .rpmsave about and is this where my problem is coming from? Any ideas on how to fix it?Derek KielyEMEA Support Team Leader
KEMP Technologies LimitedMary Rosse Centre
Holland Road
National Technology Park
Limerick
IrelandDDI: +353 61 260104Office: +353 61 260101
On 5 July 2012 17:33, Steven Carr <sjcarr@gmail.com> wrote:Check your Apache configuration (possibly /etc/httpd/conf.d/otrs ?) and verify the otrs-web virtual directory is pointing to the correct location then bounce Apache.
SteveOn 5 July 2012 16:26, Derek Kiely <dkiely@kemptechnologies.com> wrote:
---------------------------------------------------------------------Hello I have updated our OTRS system from 2.4.4 to 3.17 in a two step increment,All appears to be OK except that when I click on ticket properties I get the following error message
I followed the upgrade scripts exactly, it also looks like the js/js-cache is pointing to the wrong directory it is pointing to /opt/otrs-2.4.4/..../js-cache rather than /opt/otrs/..../js-cache/Any help would be greatly appreciated.Derek Kiely
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
---------------------------------------------------------------------
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
---------------------------------------------------------------------
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