Closed pshemek closed 2 months ago
Trying to access array offset on null in /public_html/modules/System/Helper/License.php on line 87
public function isProprietary() { return (json_decode(file_get_contents(APP_DIR.'/composer.json'), true)['license'] === 'proprietary'); }
Do you have the composer.json file missing?
It turned out that I had the composer.json file formatted incorrectly. Thanks for the direction.
Trying to access array offset on null in /public_html/modules/System/Helper/License.php on line 87