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-osiowe',
    'product' => 'df',
    'assortment' => 'wen-df-30-p',
];

$_SESSION = [
    '__flash' => [],
    'return_link' => '/wentylacja/wentylatory/wentylatory-osiowe/df/wen-df-30-p',
];