Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Warningyii\base\ErrorException

Trying to access array offset on value of type bool

$_GET = [
    'category1' => 'wentylacja',
    'category2' => 'kanaly-i-ksztaltki',
    'category3' => 'kanaly-i-ksztaltki-prostokatne',
    'product' => 'klp',
    'assortment' => 'klp-200-90-k1',
];

$_SESSION = [
    '__flash' => [],
    'return_link' => '/wentylacja/kanaly-i-ksztaltki/kanaly-i-ksztaltki-prostokatne/klp/klp-200-90-k1',
];