[TYPO3-core] RFC: #3115 - Javascript Error on Click Menu in Filelist
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Nov 7 12:40:39 CET 2006
Michael Stucki schrieb:
> This is a SVN patch request.
>
> Problem:
> "Repetitively getting a javascript error when trying to use the click menu
> in the file list - this means I can't delete uploaded files without going
> on to the server and doing it manually."
>
> Solution:
> It turned out that the AJAX response with the clickmenu code is encoded
> wrong. It needs to be encoded into UTF8 first (just like all XML data needs
> to be!)
>
> Branches: TYPO3_4-0 and Trunk
The check for $LANG is not necessary. Ssee top of file (inclusion of
template.php which instanciates $LANG) and uses of $GLOBALS['LANG']
throughout the code.
Otherwise +1
Masi
More information about the TYPO3-team-core
mailing list