Bug #69312
closed['SYS']['systemLogLevel'] changes aren't implemented
0%
Description
We are currently getting a lot of PHP warning in our backend log, it appears multiple times every second:
Core: Error handler (FE): PHP Warning: Illegal string offset 'GETvar' in /typo3conf/ext/realurl/class.tx_realurl.php line 499
It seems to be an issue which will to be fixed in next version of realURL (hopefully). In the meantime we have tried changing the systemLogLevel in the Install Tool to "3" and "4" to stop php warnings such as this being written to the log. However, this change doesn't seem to have worked as the PHP warnings are still being written to the log when set to each of those log levels.
Since the warning is being written multiple times a second to the log it's beginning to fill up space on the server.
Anyone have any ideas why the ['SYS']['systemLogLevel'] changes aren't being implemented?
we're running Typo3 6.2.14 on a RHEL6 server.