Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Noticeyii\base\ErrorException

Indirect modification of overloaded property frontend\components\RstComponent::$catType has no effect

$_GET = [
    'rst_type' => 'flats',
    'propose_type' => 'sale',
    'RstObjectsSearchTwo' => [
        'propose_type' => 0,
        'rst_type' => 1,
    ],
    'page' => '1',
    'per-page' => '6',
];

$_POST = [
    'rst_type' => 'flats',
    'propose_type' => 'sale',
    'RstObjectsSearchTwo' => [
        'propose_type' => 0,
        'rst_type' => 1,
        'status' => 0,
    ],
    'page' => '1',
    'per-page' => '6',
];

$_SESSION = [
    '__flash' => [],
    'searchParams' => [
        'propose_type' => 0,
        'rst_type' => 1,
    ],
];