Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Noticeyii\base\ErrorException

Trying to get property of non-object

$_GET = [
    'id' => '1024',
];

$_SESSION = [
    '__flash' => [],
    'lang' => 'ar',
    'user_location' => [
        'status' => 'success',
        'country' => 'United States',
        'countryCode' => 'US',
        'region' => 'OH',
        'regionName' => 'Ohio',
        'city' => 'Dublin',
        'zip' => '43017',
        'lat' => 40.099200000000003,
        'lon' => -83.114099999999993,
        'timezone' => 'America/New_York',
        'isp' => 'Amazon.com, Inc.',
        'org' => 'AWS EC2 (us-east-2)',
        'as' => 'AS16509 Amazon.com, Inc.',
        'query' => '3.144.93.73',
    ],
    'country' => [
        'country_id' => '1',
        'name_en' => 'KUWAIT',
        'name_ar' => 'الكويت',
        'phone_code' => '965',
        'is_deleted' => '0',
        'flag' => '15658339465d54badab40f22.62824898.jpg',
        'iso_2' => 'KW',
        'code' => 'KWD',
        'currency_rate' => '0.307',
        'decimal_unit' => '3',
        'time_zone' => 'Asia/Kuwait',
        'on_splash' => '1',
        'on_list' => '1',
        'is_hidden' => '0',
    ],
    'init_domain' => 1,
    'ip_info' => '{"as":"AS16509 Amazon.com, Inc.","city":"Dublin","country":"United States","countryCode":"US","isp":"Amazon.com, Inc.","lat":40.0992,"lon":-83.1141,"org":"AWS EC2 (us-east-2)","query":"3.144.93.73","region":"OH","regionName":"Ohio","status":"success","timezone":"America/New_York","zip":"43017"}',
    'krajeeTreeConfigSalt' => '�9/%.Ʃ�<|9' . "\0" . '��)��9a?�KY��Nj�',
];