Bug #17270
closedConflict with Install-Tool [FE][addRootLineFields],[SYS][multiplyDBfieldSize],[BE][forceCharset]
0%
Description
When previous to the Installation of TemplaVoila the following fields are changed in the InstallTool it will cause RealURL to crasch:
[BE][forceCharset] = utf-8
[SYS][multiplyDBfieldSize] = 3
[FE][addRootLineFields] = subtitle,author,keywords,description
The Error shown by the ExtensionManager is:
Warning: Invalid argument supplied for foreach() in C:\Programme\xampp\htdocs\t341final\t3lib\class.t3lib_install.php on line 393
I don't know which of these three changes in the InstallTool made the crash, but it happened severel Times. I guess it's the last change ([FE][addRootLineFields] = subtitle,author,keywords,description) cause TemplaVoila adds ",tx_templavoila_ds,tx_templavoila_to,tx_templavoila_next_ds,tx_templavoila_next_to,tx_realurl_pathsegment,tx_templavoila_ds,tx_templavoila_to,tx_templavoila_next_ds,tx_templavoila_next_to,tx_realurl_pathsegment" there. - and this seams not to work propperly.
(issue imported from #M5544)
Files