FAQ 2.0.3 - Package not correctly deployed!

Moderator: crythias

Locked
mshi
Znuny newbie
Posts: 66
Joined: 08 Mar 2011, 11:10
Znuny Version: 3.0

FAQ 2.0.3 - Package not correctly deployed!

Post by mshi »

Hi,

I installed the package FAQ 2.0.3 on OTRS 3.0.6 within Windowns Server 2003. It has not any issue with this package installation.

The only issue with me is that I will get the following two error messages if I made some changes in zh_CN_FAQ.pm translation file.

1. Error Message from Admin > Package Manager
FAQ 2.0.3 - Package not correctly deployed! You should reinstall the Package again!

2. Error Message from log file
[Fri Apr 8 21:19:03 2011][Error][Kernel::System::Package::DeployCheck][1167] FAQ-2.0.3: C:/PROGRA~1/OTRS/OTRS/Kernel/Language/zh_CN_FAQ.pm is different!

I also found I will not get the same issue with the original zh_CN_FAQ.pm file. But I should make some changes in zh_CN_FAQ.pm since its translation is incomplete.

Is it a bug?

Thanks,

Mshi
OTRS: 3.0.7
ITSM: 3.0.2
Running on: Ubuntu 10.04 LTS with MySQL, integrated with MS 2003 Active Directory Server
mshi
Znuny newbie
Posts: 66
Joined: 08 Mar 2011, 11:10
Znuny Version: 3.0

Re: FAQ 2.0.3 - Package not correctly deployed!

Post by mshi »

it was fixed.

it should compile again afer the translation modification.

Mshi
OTRS: 3.0.7
ITSM: 3.0.2
Running on: Ubuntu 10.04 LTS with MySQL, integrated with MS 2003 Active Directory Server
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: FAQ 2.0.3 - Package not correctly deployed!

Post by jojo »

you should not change the translation. It will be lost after updating the module next time

Instead you need to create an own language file

copy xx_Custom.pm to e.g. en_Custom.pm
modify the package line from xx_Custom to e.g. en_Custom
add your translations
"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
mshi
Znuny newbie
Posts: 66
Joined: 08 Mar 2011, 11:10
Znuny Version: 3.0

Re: FAQ 2.0.3 - Package not correctly deployed!

Post by mshi »

Hi jojo,

I am very appreciated you answer. Now I have further questions about translation to you.

There are 3 kind translation files:
1. Default Framework
2. Frontend Module
3. Custom Translation

Did you mean I can not make any changes in translation files for "Default Framework" or "Frontend Moudle", instead that I can only make changes in custom translation file?

Waiting for your clarification.

Thanks,

Mshi
OTRS: 3.0.7
ITSM: 3.0.2
Running on: Ubuntu 10.04 LTS with MySQL, integrated with MS 2003 Active Directory Server
Locked