CustomerTicketOverV/view case-sensitive issue

Moderator: crythias

Post Reply
artjoms15
Znuny advanced
Posts: 121
Joined: 30 Aug 2011, 10:48
Znuny Version: 3.3.8 && 4.0.9
Real Name: Artjoms Petrovs
Location: Latvia

CustomerTicketOverV/view case-sensitive issue

Post by artjoms15 »

Hello everyone!
We' ve got one issue after OTRS update to 3.1
Module CustomerTicketOverView has been renamed to CustomerTicketOverview and all the links sent to the customers now lead to the error log, where it is stated, that

Code: Select all

Module Kernel/Modules/CustomerTicketOverView.pm not found! 
Is there a solution for this, like making links case-insensitive links or making a redirect if the old URL is accessed
Thanks in advance!

Cheers,
A.
Ar cieņu / Kind regards,
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: CustomerTicketOverV/view case-sensitive issue

Post by CSL »

Hi,

I would think this must be a custom configuration that has been ported over to the new version. Have you tried searching through your config files for the string "CustomerTicketOverView" - eg

Code: Select all

grep -Rl "CustomerTicketOverView" /opt/otrs/Kernel/* 
This may reveal if you've got this hard-coded in sysconfig somewhere, or in an old version of a file that didn't get upgraded for some reason.
Backend: OTRS 3.0.11 RedHat Enterprise Linux 6.2, Apache, MySQL with replication
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
artjoms15
Znuny advanced
Posts: 121
Joined: 30 Aug 2011, 10:48
Znuny Version: 3.3.8 && 4.0.9
Real Name: Artjoms Petrovs
Location: Latvia

Re: CustomerTicketOverV/view case-sensitive issue

Post by artjoms15 »

Excuse me, Maybe I speaked not so correctly. Everything ported absolutely fine! Module CustomerTicketOverview is working how it should and can be accessed via link written in correct case (with lower v). The thing is, that module (and link) CustomerTicketOverView is deprecated and all the previous links (e-mails), leads to the unexistant module :( For the moment Customers can access tickets by manually looking for them, but some of them maintain thei rown history of Incidents by using emails
Ar cieņu / Kind regards,
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
CSL
Znuny expert
Posts: 159
Joined: 11 Nov 2011, 19:27
Znuny Version: 3.0.11

Re: CustomerTicketOverV/view case-sensitive issue

Post by CSL »

Oh ok, didn't realise you meant old emails; I'd imagine creating a symbolic link in the directory would work:

Code: Select all

ln -s /opt/otrs/Kernel/Modules/CustomerTicketOverview.pm /opt/otrs/Kernel/Modules/CustomerTicketOverView.pm
Backend: OTRS 3.0.11 RedHat Enterprise Linux 6.2, Apache, MySQL with replication
Frontend: OTRS 3.0.11 RedHat Enterprise Linux 6.2 with SELinux, Apache SSL
Post Reply