Error message about the file translation of the FAQ-2.2.1

Moderator: crythias

Locked
free03
Znuny newbie
Posts: 22
Joined: 22 Feb 2013, 20:03
Znuny Version: 3.2.1
Real Name: Éric
Company: UdeS
Location: Sherbrooke, Québec. Canada

Error message about the file translation of the FAQ-2.2.1

Post by free03 »

Bonjour tout le monde,

Recently, i added and updated a few lines to translate some items in fr_FAQ.pm file.

Since the logs say: FAQ-2.2.1: /opt/otrs/Kernel/Language/fr_FAQ.pm is different!

Here are the lines that have been modified:

Code: Select all

....
 $Self->{Translation}->{'internal'} = 'interne';
 $Self->{Translation}->{'public'} = 'public';
 $Self->{Translation}->{'Symptom'} = 'Symptôme';
 $Self->{Translation}->{'Problem'} = 'Problème';
....
And now, when I go into the package manager this message appears : FAQ 2.2.1 - Package not correctly deployed! Please reinstall the package.
I reinstalled the package...Everything works fine, but I lost my changes (custom translation) ...

Any idea what's wrong and how to fix it?

Thank you,

Éric
OTRS 3.2.1 on Linux RedHat with MySQL database
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Error message about the file translation of the FAQ-2.

Post by jojo »

it works like it was designed.

You should not change files of packages.

For custom translation files please create a fr_Custom.pm (example see xx_Custom.pm)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
free03
Znuny newbie
Posts: 22
Joined: 22 Feb 2013, 20:03
Znuny Version: 3.2.1
Real Name: Éric
Company: UdeS
Location: Sherbrooke, Québec. Canada

Re: Error message about the file translation of the FAQ-2.

Post by free03 »

Thank you for the quick reply, it is appreciated.

Éric
OTRS 3.2.1 on Linux RedHat with MySQL database
VeteranNewbie
Znuny newbie
Posts: 8
Joined: 24 Jan 2013, 17:00
Znuny Version: 3.1.12
Real Name: Denver
Company: FBIV GmbH

Re: Error message about the file translation of the FAQ-2.

Post by VeteranNewbie »

HI.

I have not modified any files. I have a vanilla OTRS 3.2.3 install (no ITSM), and when I install FAQ and/or Support, I get the same error message:

'Package not correctly deployed: please reinstall the package.'

But reinstalling it makes no difference.

It also seems that language files are maybe the problem, because under the Support screen it lists about a dozen FAQ language files that are not installed. (kernel_language_etc ...)

I am running on suselinux 12.3
VeteranNewbie
Znuny newbie
Posts: 8
Joined: 24 Jan 2013, 17:00
Znuny Version: 3.1.12
Real Name: Denver
Company: FBIV GmbH

Re: Error message about the file translation of the FAQ-2.

Post by VeteranNewbie »

OK ... seems it was about write permissions on the OTRS directory structure (/opt/otrs/...)

The OTRS id did not have this permission (which seems weird, but, who knows?)

Not sure how that came about, but I've fixed it.

Thanks.


P.S. Thought I'd leave this here for others, but feel free to delete both my posts in this thread.
Locked