Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Noticeyii\base\ErrorException

Trying to get property of non-object

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

$_SESSION = [
    '__flash' => [],
    'lang' => 'ar',
    'user_location' => [
        'status' => 'success',
        'country' => 'United States',
        'countryCode' => 'US',
        'region' => 'VA',
        'regionName' => 'Virginia',
        'city' => 'Ashburn',
        'zip' => '20149',
        'lat' => 39.043799999999997,
        'lon' => -77.487399999999994,
        'timezone' => 'America/New_York',
        'isp' => 'Amazon.com, Inc.',
        'org' => 'AWS EC2 (us-east-1)',
        'as' => 'AS14618 Amazon.com, Inc.',
        'query' => '54.82.44.149',
    ],
    '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":"AS14618 Amazon.com, Inc.","city":"Ashburn","country":"United States","countryCode":"US","isp":"Amazon.com, Inc.","lat":39.0438,"lon":-77.4874,"org":"AWS EC2 (us-east-1)","query":"54.82.44.149","region":"VA","regionName":"Virginia","status":"success","timezone":"America/New_York","zip":"20149"}',
    'krajeeTreeConfigSalt' => 'M5Ҷ%.Ӑ�3����
�0��	\'#�Y�f]����',
];