[TYPO3-core] FYI24: #15835: deprecationLog in console crashes output on login page

Steffen Kamper info at sk-typo3.de
Tue Sep 28 18:36:21 CEST 2010


Hi,

This is SVN patch request.

Type: bugfix

Branches: 4_4, trunk

BT reference: http://bugs.typo3.org/view.php?id=15835

If you configure
$TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = 'console';
and configure deprecated loginNews like

$GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'][] = array(
   'header' => 'some header',
   'date' => 'some date',
   'content' => 'some content'
}



you will see the deprecation log message in login screen but the page 
doesn't load.

Solution:
use deprecationLog to console only if BE_USER is logged in.

If noone complains, i commit this tomorrow night to trunk, 4_4 have to 
wait until SVN is opened again.

vg Steffen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15835.diff
Type: text/x-diff
Size: 521 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100928/68070862/attachment.diff>


More information about the TYPO3-team-core mailing list