Turning Cache Off Broke Admin Section (vendor/scss.inc.php on line 1753)

0
703

...system\storage\vendor\scss.inc.php line 1753
Replacing
$key = $key[1];
to
$key = isset($key[1]) ? $key[1] : null; is worked for me in PHP 7.4

This code solved my problem

LEAVE A REPLY

Please enter your comment!
Please enter your name here