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 = 7195 
WHERE 
  cscart_products_categories.product_id IN (
    97167, 97168, 97169, 97170, 97171, 97172, 
    97173, 97174, 97175, 97176, 97177, 
    97178, 97179, 97180, 97181, 97182, 
    97183, 97184, 97185, 97186, 97187, 
    97188, 97189, 97190, 97191, 97192, 
    97193, 97194, 97195, 97196, 97197, 
    97198, 97199, 97200, 97201, 97202, 
    97203, 97204, 97205, 97206, 97207, 
    97208, 97209, 97210, 97211, 97212, 
    97213, 97214, 97215, 97216, 97217, 
    97218, 97228, 97229, 97230, 97231, 
    97232, 97233, 97234, 97235, 97236, 
    97237, 97238, 97239, 97240, 97241, 
    97242, 97243, 97244, 97245, 97246, 
    97247, 97248, 97249, 97250, 97251, 
    97252, 97253, 97254, 97255, 97256, 
    97257, 97258, 97259, 97260, 97261, 
    97262, 97263, 97264, 97265, 97266, 
    97267, 97268, 97269, 97270, 97271
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.01564

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "86.69"
    },
    "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": 96,
            "rows_produced_per_join": 96,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "9.89",
              "eval_cost": "9.60",
              "prefix_cost": "19.49",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (97167,97168,97169,97170,97171,97172,97173,97174,97175,97176,97177,97178,97179,97180,97181,97182,97183,97184,97185,97186,97187,97188,97189,97190,97191,97192,97193,97194,97195,97196,97197,97198,97199,97200,97201,97202,97203,97204,97205,97206,97207,97208,97209,97210,97211,97212,97213,97214,97215,97216,97217,97218,97228,97229,97230,97231,97232,97233,97234,97235,97236,97237,97238,97239,97240,97241,97242,97243,97244,97245,97246,97247,97248,97249,97250,97251,97252,97253,97254,97255,97256,97257,97258,97259,97260,97261,97262,97263,97264,97265,97266,97267,97268,97269,97270,97271))"
          }
        },
        {
          "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": 96,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "24.00",
              "eval_cost": "9.60",
              "prefix_cost": "53.09",
              "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": 4,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "24.00",
              "eval_cost": "0.48",
              "prefix_cost": "86.69",
              "data_read_per_join": "12K"
            },
            "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
97167 7254M
97168 7254M
97169 7254M
97170 7254M
97171 7254M
97172 7254M
97173 7254M
97174 7254M
97175 7254M
97176 7254M
97177 7254M
97178 7254M
97179 7254M
97180 7254M
97181 7254M
97182 7254M
97183 7254M
97184 7254M
97185 7254M
97186 7254M
97187 7254M
97188 7254M
97189 7254M
97190 7254M
97191 7254M
97192 7254M
97193 7254M
97194 7254M
97195 7254M
97196 7254M
97197 7254M
97198 7254M
97199 7254M
97200 7254M
97201 7254M
97202 7254M
97203 7254M
97204 7254M
97205 7254M
97206 7254M
97207 7254M
97208 7254M
97209 7254M
97210 7254M
97211 7254M
97212 7254M
97213 7254M
97214 7254M
97215 7254M
97216 7254M
97217 7254M
97218 7254M
97228 7254M
97229 7254M
97230 7254M
97231 7254M
97232 7254M
97233 7254M
97234 7254M
97235 7254M
97236 7254M
97237 7254M
97238 7254M
97239 7254M
97240 7254M
97241 7254M
97242 7254M
97243 7254M
97244 7254M
97245 7254M
97246 7254M
97247 7254M
97248 7254M
97249 7254M
97250 7254M
97251 7254M
97252 7254M
97253 7254M
97254 7254M
97255 7254M
97256 7254M
97257 7254M
97258 7254M
97259 7254M
97260 7254M
97261 7254M
97262 7254M
97263 7254M
97264 7254M
97265 7254M
97266 7254M
97267 7254M
97268 7254M
97269 7254M
97270 7254M
97271 7254M