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' => 'termostat-th',
    'assortment' => 'th5-10m',
];

$_SESSION = [
    '__flash' => [],
    'return_link' => '/ogrzewanie/nagrzewnice-przenosne/nagrzewnice-przenosne-olejowe/termostat-th/th5-10m',
];