Bug #58786
closedScheduler report triggers mail with warnings unknown where from
100%
Description
Scheduler report send mail with issues:
[WARN] System environment check - 1 Test(s)
In install tool and module reports I can't find any warnings. Just the following in install tool:
[notice] Suhosin not loaded
If enabling suhosin, suhosin.request.max_vars should be set to at least 400:
suhosin.request.max_vars=400
[notice] Suhosin not loaded
If enabling suhosin, suhosin.post.max_vars should be set to at least 400:
suhosin.post.max_vars=400
[notice] Suhosin not loaded
If enabling suhosin, suhosin.get.max_value_length should be set to at least 2000:
suhosin.get.max_value_length=2000
[notice] Suhosin not loaded
If enabling suhosin, a useful setting is:
suhosin.executor.include.whitelist=phar vfs
[notice] Suhosin not loaded
If enabling suhosin, a useful setting is:
suhosin.executor.include.whitelist=phar vfs
[notice] PHP suhosin extension not loaded
suhosin is an extension to harden the PHP environment. In general, it is good to have it from a security point of view. While TYPO3 CMS works fine with suhosin, it has some requirements different from the default settings to be set if enabled.
[notice] No PHP opcode cache loaded
PHP opcode caches hold a compiled version of executed PHP scripts in memory and do not require to recompile a script each time it is accessed. This can be a massive performance improvement and can reduce the load on a server in general. A parse time reduction by factor three for fully cached pages can be achieved easily if using an opcode cache.
For more information take a look in our wiki http://wiki.typo3.org/Opcode_Cache.
The mail was just sent by scheduler/cron task. When I manually start the task nothing happens.
Files