[TYPO3-caretaker] TYPO3_CONF_VARS not checking all keys correctly?

Klaus Weidenbach kw at out2networks.de
Tue Jan 11 12:17:00 CET 2011


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?

-- 
Regards,
Klaus


More information about the TYPO3-project-caretaker mailing list