Page 1 of 1
0.93 language issues
Posted: Tue Jul 05, 2005 1:28 pm
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.
Posted: Tue Jul 05, 2005 2:00 pm
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.
Posted: Tue Jul 05, 2005 3:14 pm
by Rappi
Same problem!!
Where du you make changes at the $lang?
RAPPI
Posted: Tue Jul 05, 2005 3:36 pm
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
Posted: Tue Jul 05, 2005 3:46 pm
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
Posted: Tue Jul 05, 2005 3:47 pm
by EnjoyRC
Klemen Stirn wrote:What kind of server are you two on?
Linux, Appache, PHP 4.x
Posted: Tue Jul 05, 2005 4:57 pm
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
Posted: Tue Jul 05, 2005 5:26 pm
by EnjoyRC
Thanks for all your diligent efforts on this issue. All is working great now after the fixes.