Project

General

Profile

Actions

Bug #58786

closed

Scheduler report triggers mail with warnings unknown where from

Added by Heinz Schilling almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-05-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

0001-enriched-report-mail-with-the-failed-tests.patch (2.4 KB) 0001-enriched-report-mail-with-the-failed-tests.patch Enriched Mails with more information about failed tests Benedict Burckhart, 2014-06-17 10:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #62101: System Status Update tests should test frontend environment not cli environmentClosed2014-10-08

Actions
Actions #1

Updated by Benedict Burckhart almost 10 years ago

Same problem here, so I enriched the mail with more information.

Actions #2

Updated by Heinz Schilling almost 10 years ago

Using the patch results as followed:

Mail:
Issues:
[WARN] System environment check - 1 Test(s)
  1. Infinite PHP script execution time: warning
Module reports:
[ok]
Systemumgebungsüberprüfung41 Test(s)
  1. 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
[i] Systemumgebungsüberprüfung5 Test(s)
  1. Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information ### Suhosin not loaded: information
[n] Systemumgebungsüberprüfung2 Test(s)
  1. PHP suhosin extension not loaded: notice ### No PHP opcode cache loaded: notice

Hope this helps.

Actions #3

Updated by Heinz Schilling almost 10 years ago

I controlled my PHP config with PHP info in install tool:

max_execution_time    240    240

Actions #4

Updated by Gerrit Code Review over 9 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

Actions #5

Updated by Gerrit Code Review over 9 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

Actions #6

Updated by Gerrit Code Review over 9 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

Actions #7

Updated by Gerrit Code Review over 9 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

Actions #8

Updated by Gerrit Code Review over 9 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

Actions #9

Updated by Anonymous over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 50 to 100
Actions #10

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF