[TYPO3-caretaker] TYPO3_CONF_VARS not checking all keys	correctly?
    David Denicolò | InteRa 
    davdenic at intera.it
       
    Sat Oct 15 16:55:32 CEST 2011
    
    
  
Using regexp it works:
GFX|im_version_5:regex:/gm|^$/
Matched Conditions:
Variable-Path GLOBALS|TYPO3_CONF_VARS|GFX|im_version_5 matched the 
regular expression /gm|^$/
>
> I have the same problem, it seems it cut keys with underscore at last
> part of the key so
>
> t3lib_cs_convMethod is cropped as convMethod
>
>
>> Hello,
>>
>> I want to check some values with TYPO3_CONF_VARS, but it seems to have
>> some
>> problems with some keys. For example I want to check for these config
>> variables:
>> SYS|setDBinit = SET NAMES utf8;
>> SYS|t3lib_cs_convMethod = iconv
>> SYS|t3lib_cs_utils = iconv
>>
>>
>> The result of the check is as following:
>> Not Matched Conditions:
>> Variable-Path GLOBALS|TYPO3_CONF_VARS|convMethod did not match the
>> expectation = iconv
>> Variable-Path GLOBALS|TYPO3_CONF_VARS|utils did not match the
>> expectation =
>> iconv
>>
>> Matched Conditions:
>> Variable-Path GLOBALS|TYPO3_CONF_VARS|SYS|setDBinit matched the
>> expectation
>> = SET NAMES utf8;
>>
>>
>> The variable-path looks a bit strange in the result. Is this a bug or
>> is my
>> configuration wrong?
>>
>
>
-- 
David Denicolò
InteRa graphic web e-motion
Ravenna Italy
web: www.intera.it
in: www.linkedin.com/in/daviddenicolo
tr: www.davdenic.tumblr.com
tw: www.twitter.com/davdenic
    
    
More information about the TYPO3-project-caretaker
mailing list