Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Warningyii\base\ErrorException

Trying to access array offset on value of type bool

$_GET = [
    'category1' => 'ogrzewanie',
    'category2' => 'nagrzewnice-przenosne',
    'category3' => 'nagrzewnice-przenosne-olejowe',
    'product' => 'b',
    'assortment' => 'b-230',
];

$_SESSION = [
    '__flash' => [],
    'return_link' => '/ogrzewanie/nagrzewnice-przenosne/nagrzewnice-przenosne-olejowe/b/b-230',
];