Unexpected identifier "CONFIG_NAME"

Created on 24 July 2025, 9 days ago

Problem/Motivation

The latest version update to 1.3.0 includes a line of code that causes a PHP Fatal Exception when using PHP < 8.3. This change should not have been pushed without a PHP version constraint in the composer.json.

Steps to reproduce

Using PHP < 8.3, update module to 1.3.0, attempt a cache clear.

Proposed resolution

Either 1 of 2 solutions is possible:

1. Remove the string declaration on the public const CONFIG_NAME declaration.
2. Add a PHP >= 8.3 constraint to the composer.json file.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mgaskey

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024