No such file: /opt/otrs/Kernel/Language/es_MX

Moderator: crythias

Locked
BluesBrother
Znuny newbie
Posts: 8
Joined: 17 Mar 2013, 14:46
Znuny Version: 3.2.3
Real Name: Emrah

No such file: /opt/otrs/Kernel/Language/es_MX

Post by BluesBrother »

Hi,

I have recently installed otrs-3.2.3-01 on a Centos 5.9 box

I see this error in system log :

Code: Select all

Support-1.4.4: No such file: /opt/otrs/Kernel/Language/es_MX_Support.pm!

Code: Select all

Support-1.4.4: No such file: /opt/otrs/Kernel/Language/de_Support.pm!
Any help will be appreciated

Thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by crythias »

copy the file from english or just "touch" it.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
BluesBrother
Znuny newbie
Posts: 8
Joined: 17 Mar 2013, 14:46
Znuny Version: 3.2.3
Real Name: Emrah

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by BluesBrother »

thanks for the help

I did what you said and now I see these in system log:

Code: Select all

Wed Mar 20 14:56:56 2013	error	OTRS-CGI-10	Support-1.4.4: /opt/otrs/Kernel/Language/es_MX_Support.pm is different!
Wed Mar 20 14:56:56 2013	error	OTRS-CGI-10	Support-1.4.4: /opt/otrs/Kernel/Language/de_Support.pm is different!
Wed Mar 20 14:56:47 2013	error	OTRS-CGI-10	Can't write '/opt/otrs/Kernel/Language/es_MX_Support.pm': Permission denied
Wed Mar 20 14:56:47 2013	error	OTRS-CGI-10	Can't write '/opt/otrs/Kernel/Language/de_Support.pm': Permission denied
thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by crythias »

Do you know how to fix permissions on a file?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
BluesBrother
Znuny newbie
Posts: 8
Joined: 17 Mar 2013, 14:46
Znuny Version: 3.2.3
Real Name: Emrah

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by BluesBrother »

is

Code: Select all

chmod +x
ok?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by crythias »

I'd go with chmod +rw instead.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
BluesBrother
Znuny newbie
Posts: 8
Joined: 17 Mar 2013, 14:46
Znuny Version: 3.2.3
Real Name: Emrah

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by BluesBrother »

I did the permission change now I only see these messages

Code: Select all

Wed Mar 20 17:31:59 2013	error	OTRS-CGI-10	Support-1.4.4: /opt/otrs/Kernel/Language/es_MX_Support.pm is different!
Wed Mar 20 17:31:59 2013	error	OTRS-CGI-10	Support-1.4.4: /opt/otrs/Kernel/Language/de_Support.pm is different!
Thanks
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by crythias »

They're cosmetic "errors" unless you can find the original translation files. I don't know why you didn't have the originals, but unless you need them, ...
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
BluesBrother
Znuny newbie
Posts: 8
Joined: 17 Mar 2013, 14:46
Znuny Version: 3.2.3
Real Name: Emrah

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by BluesBrother »

ok thanks again for the help
dave558
Znuny newbie
Posts: 2
Joined: 29 Nov 2013, 02:33
Znuny Version: 3.3.2
Real Name: Sophal Lee

Re: No such file: /opt/otrs/Kernel/Language/es_MX

Post by dave558 »

Download those files and copy them to location where it says it missing.

Go to Admin --> Package Manager --> Select the module you're having issues with.
You should see grey crosses for the files missing for that modules.
Click the disk icon to download the files and copy it over to the directory where they are meant to be.
Change the ownership of the files with chown otrs:apache <file>
Refresh the page and the annoying messages should be gone.
Locked