0.93 language issues

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
EnjoyRC
Posts: 7
Joined: Fri Jul 01, 2005 7:01 pm

0.93 language issues

Post by EnjoyRC »

Version of script: 0.93

This newest version with language support, isn't displaying the text correctly. Each text area on the screen is replaced with simply the letter 'Y'. In the admin screens, it's replaced with the letter, 'e'.

I had to immediately jump back to 0.92.
EnjoyRC
Posts: 7
Joined: Fri Jul 01, 2005 7:01 pm

Post by EnjoyRC »

Something to do with the $lang variable. In the english.php.inc and all of the other files, I replaced the text $lang[...] to $newlang[...] and I can get most of the language text to display properly.
Last edited by EnjoyRC on Tue Jul 05, 2005 4:01 pm, edited 2 times in total.
Rappi

Post by Rappi »

Same problem!! :(

Where du you make changes at the $lang?

RAPPI
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello,

I just tried installing the new version on another server and it is working ok? What kind of server are you two on?

Also try installing the new version in a separate folder (using the same database settings and do NOT submit install.php).

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
EnjoyRC
Posts: 7
Joined: Fri Jul 01, 2005 7:01 pm

Post by EnjoyRC »

Klemen Stirn wrote:Also try installing the new version in a separate folder (using the same database settings and do NOT submit install.php).
I did that... language not displayed proplerly
EnjoyRC
Posts: 7
Joined: Fri Jul 01, 2005 7:01 pm

Post by EnjoyRC »

Klemen Stirn wrote:What kind of server are you two on?
Linux, Appache, PHP 4.x
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Does this fix the issue? I have changed all $lang to $hesklang:
http://www.phpjunkyard.com/extras/hesk093_lang.zip

Let me know.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
EnjoyRC
Posts: 7
Joined: Fri Jul 01, 2005 7:01 pm

Post by EnjoyRC »

Thanks for all your diligent efforts on this issue. All is working great now after the fixes.
Post Reply