The requirements status message provides a warning if the PHP version is inferior to 7.0:

Your PHP installation is too old. Environment Tokens requires at least PHP 7.0.

Status requirement message for Environment Tokens module

But the message is only for information. The module works with PHP5.6 and if the requirement is not met it will not stop the module from working. Therefore the message should be rewritten to reflect the true meaning of the requirement correctly.

Proposed message:

Your PHP installation is too old. PHP7.0 or higher is recommended for Environment Tokens.

CommentFileSizeAuthor
#2 3027637-2.patch1.05 KBkurkuma
status-message.png3.48 KBkurkuma

Comments

kurkuma created an issue. See original summary.

kurkuma’s picture

Assigned: Unassigned » kurkuma
Status: Active » Needs review
StatusFileSize
new1.05 KB

Patch to change the requirements message and to turn the severity to REQUIREMENT_INFO so it doesn't block anything (eg: update.php).

  • kurkuma committed cf01bc5 on 7.x-1.x
    Issue #3027637 by kurkuma: Incorrect status message for requirements
    
kurkuma’s picture

Status: Needs review » Fixed
kurkuma’s picture

Status: Fixed » Closed (fixed)