Copied! Copy Stacktrace Search Stackoverflow Search Google Error

PHP Warningyii\base\ErrorException

Undefined array key "lang_pack"

$_GET = [
    'r' => 'products/goods',
    'ProId' => '0373',
];

$_SESSION = [
    '__flash' => [],
    'ManageCurrency' => [
        'CId' => '1',
        'Name' => '{"en":"US Dollar","zh-cn":"美元"}',
        'Currency' => 'USD',
        'Symbol' => '$',
        'ExchangeRate' => '1.0000',
        'Rate' => '1.0000',
        'IsUsed' => '1',
        'IsDefault' => '0',
        'ManageDefault' => '1',
        'FlagPath' => '//ueeshop.ly200-cdn.com/static/images/currency/USD.jpg',
        'IsFixed' => '1',
        'MyOrder' => '1',
    ],
    'Currency' => [
        'CId' => '1',
        'Name' => '{"en":"US Dollar","zh-cn":"美元"}',
        'Currency' => 'USD',
        'Symbol' => '$',
        'ExchangeRate' => '1.0000',
        'Rate' => '1.0000',
        'IsUsed' => '1',
        'IsDefault' => '0',
        'ManageDefault' => '1',
        'FlagPath' => '//ueeshop.ly200-cdn.com/static/images/currency/USD.jpg',
        'IsFixed' => '1',
        'MyOrder' => '1',
    ],
    'operActive' => [
        'editTime' => '1680573827',
        'enterWebTime' => 1711642566,
        'data' => [],
    ],
    'Ueeshop' => [
        'ViewHistory' => [
            '373',
        ],
    ],
    'Manage' => [
        'WebDomain' => 'https://greenwaybiotec.com',
    ],
];