[TYPO3-dev] [TYPO3-core] RFC: #8049, #8157: fixing t3editor IE issues

Helmut Hummel typo3 at jhpc.de
Tue Apr 22 23:27:24 CEST 2008


Ingo Renner wrote:
> Helmut Hummel wrote:
> 
> Hi Helmut,
> 
>> Now t3editor is completly unsable for me, because the Ajax saving 
>> seems to be broken. It ends up in the dimmed screen with the rotating 
>> circle.
> 
> did you clear the browser cache?

Yes! there is another problem I just found readig the php log:

json_encode() is used, which was introduced in PHP 5.2:

Call to undefined function json_encode() in class.tx_t3editor.php

I know that the official minimum requrement for TYPO3 4.2 is PHP 5.2, but afaik, 
we agreed, that inofficialy we do not require more than PHP 5.1.?

After changing this function call to t3lib_div::array2json everything worked 
fine on my php 5.1 machine...

Will you fix this nobrainer, or shall I make a RFC in corelist?

btw. for 4.3 t3editor should use the great ajax class, that was introduced, 
shouldn't it?

-- 
lib.salutation = TEXT
lib.salutation.value = Kind regards, Helmut
lib.salutation.lang.de = Viele Grüße, Helmut




More information about the TYPO3-dev mailing list