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 
  cscart_products_categories.product_id, 
  GROUP_CONCAT(
    IF(
      cscart_products_categories.link_type = "M", 
      CONCAT(
        cscart_products_categories.category_id, 
        "M"
      ), 
      cscart_products_categories.category_id
    )
  ) AS category_ids, 
  product_position_source.position AS position 
FROM 
  cscart_products_categories 
  INNER JOIN cscart_categories ON cscart_categories.category_id = cscart_products_categories.category_id 
  AND cscart_categories.storefront_id IN (0, 1) 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  LEFT JOIN cscart_products_categories AS product_position_source ON cscart_products_categories.product_id = product_position_source.product_id 
  AND product_position_source.category_id = 7204 
WHERE 
  cscart_products_categories.product_id IN (
    97437, 97438, 97439, 97440, 97441, 97442, 
    97443, 97444, 97445, 97446, 97447, 
    97448, 97449, 97450, 97451, 97452, 
    97453, 97454, 97455, 97456, 97457, 
    97458, 97459, 97460, 97461, 97462, 
    97463, 97464, 97465, 97466, 97467, 
    97468, 97469, 97470, 97471, 97472, 
    97473, 97474, 97475, 97476, 97477, 
    97478, 97479, 97480, 97481, 97482, 
    97483, 97484, 97485, 97486, 97487, 
    97488, 97489, 97490, 97491, 97492, 
    97493, 97494, 97495, 97496, 97497, 
    97498, 97499, 97500, 97501, 97502, 
    97503, 97504, 97505, 97525, 97526, 
    97527, 97528, 97529, 97530, 97531, 
    97532, 97533, 99068, 99069, 99070, 
    99071, 99072, 99073, 99074, 99075, 
    99076, 99077, 99078, 99079, 99080, 
    99081, 99082, 99083, 99084, 99085
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.01792

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "90.30"
    },
    "grouping_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_products_categories",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY",
              "link_type",
              "pt"
            ],
            "key": "pt",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 100,
            "rows_produced_per_join": 100,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "10.30",
              "eval_cost": "10.00",
              "prefix_cost": "20.30",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (97437,97438,97439,97440,97441,97442,97443,97444,97445,97446,97447,97448,97449,97450,97451,97452,97453,97454,97455,97456,97457,97458,97459,97460,97461,97462,97463,97464,97465,97466,97467,97468,97469,97470,97471,97472,97473,97474,97475,97476,97477,97478,97479,97480,97481,97482,97483,97484,97485,97486,97487,97488,97489,97490,97491,97492,97493,97494,97495,97496,97497,97498,97499,97500,97501,97502,97503,97504,97505,97525,97526,97527,97528,97529,97530,97531,97532,97533,99068,99069,99070,99071,99072,99073,99074,99075,99076,99077,99078,99079,99080,99081,99082,99083,99084,99085))"
          }
        },
        {
          "table": {
            "table_name": "product_position_source",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "pt"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id",
              "product_id"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "nuie_scalesta_net.cscart_products_categories.product_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 100,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "25.00",
              "eval_cost": "10.00",
              "prefix_cost": "55.30",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "c_status",
              "p_category_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id"
            ],
            "key_length": "3",
            "ref": [
              "nuie_scalesta_net.cscart_products_categories.category_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 5,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "25.00",
              "eval_cost": "0.50",
              "prefix_cost": "90.30",
              "data_read_per_join": "13K"
            },
            "used_columns": [
              "category_id",
              "usergroup_ids",
              "status",
              "storefront_id"
            ],
            "attached_condition": "((`nuie_scalesta_net`.`cscart_categories`.`storefront_id` in (0,1)) and ((`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`))) and (`nuie_scalesta_net`.`cscart_categories`.`status` in ('A','H')))"
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
97437 7255M
97438 7255M
97439 7255M
97440 7255M
97441 7255M
97442 7255M
97443 7255M
97444 7255M
97445 7255M
97446 7255M
97447 7255M
97448 7255M
97449 7255M
97450 7255M
97451 7255M
97452 7255M
97453 7255M
97454 7255M
97455 7255M
97456 7255M
97457 7255M
97458 7255M
97459 7255M
97460 7255M
97461 7255M
97462 7255M
97463 7255M
97464 7255M
97465 7255M
97466 7255M
97467 7255M
97468 7255M
97469 7255M
97470 7255M
97471 7255M
97472 7255M
97473 7255M
97474 7255M
97475 7255M
97476 7255M
97477 7255M
97478 7255M
97479 7255M
97480 7255M
97481 7255M
97482 7255M
97483 7255M
97484 7255M
97485 7255M
97486 7255M
97487 7255M
97488 7255M
97489 7255M
97490 7255M
97491 7255M
97492 7255M
97493 7255M
97494 7255M
97495 7255M
97496 7255M
97497 7255M
97498 7255M
97499 7255M
97500 7255M
97501 7255M
97502 7255M
97503 7255M
97504 7255M
97505 7255M
97525 7255M
97526 7255M
97527 7255M
97528 7255M
97529 7255M
97530 7255M
97531 7255M
97532 7255M
97533 7255M
99068 7255M
99069 7255M
99070 7255M
99071 7255M
99072 7255M
99073 7255M
99074 7255M
99075 7255M
99076 7255M
99077 7262,7256M
99078 7262,7256M
99079 7255M
99080 7255M
99081 7256M,7262
99082 7256M,7262
99083 7255M
99084 7255M
99085 7255M