PHP Deprecated

Message

unserialize(): Passing null to parameter #1 ($data) of type string is deprecated

Error at

app/addons/hybrid_auth/func.php, line: 200

Backtrace

File:app/addons/hybrid_auth/func.php
Line:200
Function:{closure}
File:app/Tygh/Registry.php
Line:800
Function:{closure}
File:app/addons/hybrid_auth/func.php
Line:222
Function:getOrSetCache
File:app/addons/hybrid_auth/controllers/frontend/init.post.php
Line:17
Function:fn_hybrid_auth_get_providers_list
File:app/functions/fn.control.php
Line:727
Function:include
File:app/functions/fn.control.php
Line:458
Function:fn_run_controller
File:index.php
Line:19
Function:fn_dispatch
SELECT 
  f.feature_id, 
  f.purpose, 
  p.product_id, 
  p.parent_product_id, 
  g.id, 
  g.code 
FROM 
  cscart_product_variation_group_features AS f 
  INNER JOIN cscart_product_variation_groups AS g ON f.group_id = g.id 
  INNER JOIN cscart_product_variation_group_products AS p ON f.group_id = p.group_id 
WHERE 
  p.product_id IN (
    88295, 89695, 88289, 88294, 88113, 88125, 
    88137, 89689, 89694, 88111, 88112, 
    88123, 88124, 88135, 88136, 88110, 
    88122, 88134, 88287, 88288, 88290, 
    88291, 88292, 88293, 89687, 89688, 
    89690, 89691, 89692, 89693, 88285, 
    88286, 88283, 88284, 89685, 89686, 
    89683, 89684, 88363, 88109, 88121, 
    88133, 88280, 88281, 88282, 88357, 
    89680, 89681, 89682, 88362, 88108, 
    88120, 88132, 88276, 88277, 88278, 
    88279, 89676, 89677, 89678, 89679, 
    88355, 88356, 88358, 88359, 88360, 
    88361, 89675, 88107, 88119, 88131, 
    88275, 88353, 88354, 88271, 89674, 
    88351, 88352, 89670, 88106, 88118, 
    88130, 88264, 88273, 88274, 88270, 
    88268, 88269, 89669, 89662, 89672, 
    89673, 88267, 89667, 89668, 88348
  )

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.05"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "f",
          "access_type": "ALL",
          "possible_keys": [
            "idx_group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.25",
            "eval_cost": "0.10",
            "prefix_cost": "0.35",
            "data_read_per_join": "104"
          },
          "used_columns": [
            "feature_id",
            "purpose",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "g",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "id"
          ],
          "key_length": "3",
          "ref": [
            "nuie_scalesta_net.f.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "0.25",
            "eval_cost": "0.10",
            "prefix_cost": "0.70",
            "data_read_per_join": "400"
          },
          "used_columns": [
            "id",
            "code"
          ]
        }
      },
      {
        "table": {
          "table_name": "p",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "nuie_scalesta_net.f.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "index_condition": "(`nuie_scalesta_net`.`p`.`product_id` in (88295,89695,88289,88294,88113,88125,88137,89689,89694,88111,88112,88123,88124,88135,88136,88110,88122,88134,88287,88288,88290,88291,88292,88293,89687,89688,89690,89691,89692,89693,88285,88286,88283,88284,89685,89686,89683,89684,88363,88109,88121,88133,88280,88281,88282,88357,89680,89681,89682,88362,88108,88120,88132,88276,88277,88278,88279,89676,89677,89678,89679,88355,88356,88358,88359,88360,88361,89675,88107,88119,88131,88275,88353,88354,88271,89674,88351,88352,89670,88106,88118,88130,88264,88273,88274,88270,88268,88269,89669,89662,89672,89673,88267,89667,89668,88348))",
          "cost_info": {
            "read_cost": "0.25",
            "eval_cost": "0.10",
            "prefix_cost": "1.05",
            "data_read_per_join": "16"
          },
          "used_columns": [
            "product_id",
            "parent_product_id",
            "group_id"
          ]
        }
      }
    ]
  }
}