[TYPO3-dev] error with turkish language
Steffen Kamper
steffen at sk-typo3.de
Tue Nov 27 11:51:19 CET 2007
"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag
news:mailman.1.1196118806.8378.typo3-dev at lists.netfielders.de...
>
> "Bernd Wilke" <xoonsji02 at sneakemail.com> schrieb im Newsbeitrag
> news:mailman.1.1196118344.8376.typo3-dev at lists.netfielders.de...
>> On Mon, 26 Nov 2007 21:28:10 +0100, Steffen Kamper wrote
>> with subject "[TYPO3-dev] error with turkish language":
>>
>>> Hi,
>>>
>>> with trunk version i get this error when selecting turkish language:
>>>
>>> Fatal error: Call to undefined method tslib_fe::setUrlIdToken() in
>>> /var/www/web1/html/typo3/sysext/cms/tslib/index_ts.php on line 415
>>>
>>> Does anyone has a clue what happens or what i should look for?
>>
>> so et seems that a turkish site can be shown in ansi charcode, ther is
>> exact one characer wich needs to be coded in utf-8.
>> Maybe you got just this character in a page-alias and TYPO3 stumbles
>> above
>> it when generating a link to this page in using the alias as page-id
>> index.php?id=specialcharstring! or specialcharstring!.0.html
>>
>> Bernd
>>
>> --
>> Don't ask what the TYPO3-community can do for you.
>> Ask what you can do for the TYPO3-community.
>>
>> http://www.pi-phi.de/t3v4/cheatsheet.html
>
> Hi Bernd,
>
> there is nothing special (no realurl, no simulateStatic)
> It's a rudiment dev server with trunk and some apllied patches.
>
> You can see the error by yourself
> http://www.steffenkamper.info/index.php?id=7
>
> all is utf8.
> vg Steffen
>
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
so this is really fatal, and it's a new bug in php 5.2.4 - i hope for bugfix
...
vg Steffen
More information about the TYPO3-dev
mailing list