[TYPO3-dev] error with turkish language
Steffen Kamper
steffen at sk-typo3.de
Tue Nov 27 14:07:15 CET 2007
"Martin Kutschker" <Martin.Kutschker at n0spam-blackbox.net> schrieb im
Newsbeitrag
news:mailman.1.1196168696.29637.typo3-dev at lists.netfielders.de...
> Steffen Kamper schrieb:
>> "Martin Kutschker" <Martin.Kutschker at n0spam-blackbox.net> schrieb im
>> Newsbeitrag
>> news:mailman.1.1196166191.20767.typo3-dev at lists.netfielders.de...
>>> Steffen Kamper schrieb:
>>>> I found the reason for the Problem, but it's definitive frustrating.
>>>>
>>>> It's a PHP-Bug with turkish locale: No static method works where a
>>>> capitol I is in the name of the function.
>>>> I renamed setUrlIdToken and got following error:
>>>> Fatal error: Call to undefined method t3lib_DB::exec_INSERTquery() in
>>>> /var/www/web1/html/typo3/sysext/cms/tslib/class.tslib_fe.php on line
>>>> 2587
>>> And so on...
>>>
>>> But say, do you really need the locale? If you don't use strftime() or
>>> case modifictions (in TS) etc you can use the standard C locale.
>>>
>>> Masi
>>
>> Hi Masi,
>>
>> I need locale e.g. for cal to have the right names for months, days etc.
>> And remember the bug in indexed_search? Ok, maybe without locale it will
>> work.
>
> There is a workaround if you can set those names via stdWrap. Create a
> userfunc that switches from C to turkish, calls strftime and switches back
> to C.
>
> Masi
good to know - i will look to this in cal and check that, thx.
vg Steffen
More information about the TYPO3-dev
mailing list