Bug #19020
closedcalls to ini_set produces warnings
0%
Description
There's a bunch of places in the source codes that call the ini_set() method. This method can be disabled by PHP configuration. When disabled, call to this function produces warning message, that is outputted to a browser.
Result is that e.g. the click menu in BE is not working, warning is shown in the BE (because of ini_set in t3lib_db when pconnect is enabled) etc.
Click menu is not working, because (free translation from czech of the Firefox debug message):
Error: Non-sense after the root element of the document:
Source: http://example.com/typo3/alt_clickmenu.php?table=pages&uid=0&listFr=0&enDisItems=&backPath=%7C8e4b633336&addParams=&%3Bbank=0&ajax=1
Line: 2, Column: 1
Source:
<b>Warning</b>: ini_set() has been disabled for security reasons in <b>...\www\typo3\alt_clickmenu.php</b> on line <b>174</b><br />
(issue imported from #M8826)
Files
Updated by Dmitry Dulepov about 16 years ago
You have bad setting for displayErrors in Install tool. By default TYPO3 will mask these warnings.