[TYPO3-core] RFC: Bugfix #10212: Missing files in sysext install

Steffen Müller typo3 at t3node.com
Sat Feb 14 12:48:36 CET 2009


Hi.

On 13.02.2009 09:45 Marcus Krause wrote:
> v1 attached.
> 

-1
after testing with trunk rev.5017

The patch does not work on:
IE6, IE7 on WinXP

I get a Javascript error:
'EncryptionKey' is undefined (=config,210)

The behaviour seems to be the same as described in
http://bugs.typo3.org/view.php?id=10410
which also affects 4.1 and 4.2 branches

The patch does work fine on:
FF2 on WinXP/ FF3 on WinXP + Ubuntu 8.10

Neither I am educated in Javascript nor in how implementation differs in
FF/IE, but willing to test if there's a new patch.

Btw.: shouldn't the following part in class.tx_install_ajax.php be
changed to ajax, too?

+if (defined('TYPO3_MODE') &&
$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/sysext/install/mod/class.tx_install_eid.php'])
{
+
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/sysext/install/mod/class.tx_install_eid.php']);
+}




-- 
cheers,
Steffen

http://www.t3node.com/


More information about the TYPO3-team-core mailing list