Page 1 of 1

[SOLVED] Fatal Error with Turkish page translation

Posted: Sat Mar 13, 2010 7:58 pm
by CMSmonkey
Hi Everyone,
I am working on my first multilanguage site with CMSMS.  I uploaded the full 1.6.6 MLE version from the Forge.

Currently, I am working with 5 languages (English, Arabic, Turkish, Japanese and Spanish).  All conversions seemed to go well except for the Turkish one.  When I attempt to convert a page into Turkish by changing the language drop-down box on the Page editor, I get the following error:
Fatal error: Call to undefined method pear_ADOConnection::IfNull() in /[my host]/modules/News/News.module.php on line 725

Fatal error: Call to undefined method pear_ADOConnection::IsConnected() in /[my host]/lib/classes/class.global.inc.php on line 346
I do not get this error with any other language.  Does any1 know what the problem is?

Re: Fatal Error with Turkish page translation

Posted: Fri Mar 19, 2010 10:21 pm
by CMSmonkey
Anyone?

Re: Fatal Error with Turkish page translation

Posted: Fri Mar 19, 2010 11:57 pm
by Peciura
I have no clue, but it does not seem to be issue of code. Post your system info, "config_lang.php" and screenshots of "MLE settings"  and "MLE languages" from "Site Admin » Global Settings"

Re: Fatal Error with Turkish page translation

Posted: Mon Mar 22, 2010 11:26 pm
by CMSmonkey
A HA!
So after doing some research, there seems to be a lengthy issue with the Turkish locale in general.

Specifically, for my problem, I altered the Turkish locale from "tr_TR.UTF-8" to "tr.UTF-8" in the config_lang file and it seemed to solve the problem.  :)