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' => 'wentylatory',
    'category3' => 'wentylatory-kanalowe',
    'product' => 'drbi',
    'assortment' => 'drbi-60-35-3600s',
];

$_SESSION = [
    '__flash' => [],
    'return_link' => '/wentylacja/wentylatory/wentylatory-kanalowe/drbi/drbi-60-35-3600s',
];