[TYPO3-dev] error in config_default.php in typo3 4.0

Lorinc Kovacs topcat at topcat.hu
Thu Apr 13 09:36:30 CEST 2006


Hi Michael,

Thanks for your reply, I found a link to bugs.typo3.org after I wrote
this message, and reported it. I just didn't know the right channel.

Lorinc

Michael Stucki írta:
> Hi Lorinc,
> 
>> I found a bug in t3lib/config_default.php on line 368.
>>
>> this is the original:
>> if($displayErrors=intval($TYPO3_CONF_VARS['SYS']['displayErrors']!='-1'))
>> {
>>
>> this is fixed:
>> if($displayErrors=intval($TYPO3_CONF_VARS['SYS']['displayErrors'])!='-1')
>> {
>>
>> If the original remains, display_errors is always on, as I see.
>> Please fix it.
> 
> Please report it first!
> 
> Well, yes I can confirm the problem, but if we continue to use typo3-dev as
> a bugtracker, we'll loose most of these issues and they'll never get fixed.
> 
> Anyway, the problem is obvious (was even in 3.8, btw.) and I will take care
> of it.
> 
> - michael




More information about the TYPO3-dev mailing list