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
Updated by Benedict Burckhart over 10 years ago
- File 0001-enriched-report-mail-with-the-failed-tests.patch 0001-enriched-report-mail-with-the-failed-tests.patch added
- % Done changed from 0 to 50
Same problem here, so I enriched the mail with more information.
Updated by Heinz Schilling over 10 years ago
Using the patch results as followed:
Mail:Issues:
[WARN] System environment check - 1 Test(s)
- Infinite PHP script execution time: warning
[ok]
Systemumgebungsüberprüfung41 Test(s)
- Current directory (./) is within PHP include path.: ok ### File uploads allowed in PHP: ok ### PHP Maximum file upload size is higher than or equal to [BE][maxFileSize]: ok ### Maximum post upload size correlates with maximum upload file size in PHP: ok ### PHP Memory limit is equal to or more than 64MB: ok ### PHP version is fine: ok ### Maximum PHP script execution time is equal to or more than 240: ok ### No disabled PHP functions: ok ### PHP safe mode off: ok ### PHP doc_root is not set: ok ### PHP open_basedir is off: ok ### PHP xdebug extension not loaded: ok ### PHP OpenSSL extension installed properly: ok ### PHP Doc comment reflection works: ok ### System locale is correct: ok ### Skipping test, as UTF8filesystem is not enabled.: ok ### Apache ThreadStackSize is not an issue on UNIX systems: ok ### PHP extension fileinfo loaded: ok ### PHP extension filter loaded: ok ### PHP extension gd loaded: ok ### PHP extension hash loaded: ok ### PHP extension json loaded: ok ### PHP extension mysqli loaded: ok ### PHP extension openssl loaded: ok ### PHP extension pcre loaded: ok ### PHP extension session loaded: ok ### PHP extension soap loaded: ok ### PHP extension SPL loaded: ok ### PHP extension standard loaded: ok ### PHP extension xml loaded: ok ### PHP extension zip loaded: ok ### PHP extension zlib loaded: ok ### PHP GD library true color works: ok ### PHP GD library has gif support: ok ### PHP GD library has jpg support: ok ### PHP GD library has png support: ok ### PHP GD library has freetype font support: ok ### PHP magic quotes off: ok ### PHP register globals off: ok ### PHP libxml bug not present: ok ### FreeType True Type Font DPI: ok
- Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information
- PHP suhosin extension not loaded: notice ### No PHP opcode cache loaded: notice
Hope this helps.
Updated by Heinz Schilling over 10 years ago
I controlled my PHP config with PHP info in install tool:
max_execution_time 240 240
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33400
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33400
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33400
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33400
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33749
Updated by Anonymous about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset 6e969de745740c580df9807a29de970cba2bb5df.