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 (
    90034, 90035, 90036, 90037, 87864, 87866, 
    90042, 90043, 90044, 90045, 90046, 
    90047, 90058, 90059, 84039, 84230, 
    84042, 88098, 84233, 87831, 87844, 
    90014, 90015, 90016, 90017, 90026, 
    90027, 90028, 90029, 90030, 90031, 
    87850, 88096, 87860, 87884, 87886, 
    87862, 88315, 91431, 87829, 87842, 
    87848, 87858, 88314, 87863, 87865, 
    87827, 87840, 87833, 87846, 87838, 
    88308, 88313, 88320, 88322, 87856, 
    87836, 87854, 87834, 87852, 92318, 
    88254, 92319, 92321, 92320, 88259, 
    88256, 88257, 85630, 88258, 87872, 
    92317, 88317, 88318, 88011, 88255, 
    88252, 88061, 92316, 87871, 88012, 
    88309, 88310, 91432, 88307, 88253, 
    88319, 88321, 85639, 88010, 88251, 
    88306, 88312, 85640, 88311, 92892
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.01600

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "111.90"
    },
    "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": 124,
            "rows_produced_per_join": 124,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "12.71",
              "eval_cost": "12.40",
              "prefix_cost": "25.11",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (90034,90035,90036,90037,87864,87866,90042,90043,90044,90045,90046,90047,90058,90059,84039,84230,84042,88098,84233,87831,87844,90014,90015,90016,90017,90026,90027,90028,90029,90030,90031,87850,88096,87860,87884,87886,87862,88315,91431,87829,87842,87848,87858,88314,87863,87865,87827,87840,87833,87846,87838,88308,88313,88320,88322,87856,87836,87854,87834,87852,92318,88254,92319,92321,92320,88259,88256,88257,85630,88258,87872,92317,88317,88318,88011,88255,88252,88061,92316,87871,88012,88309,88310,91432,88307,88253,88319,88321,85639,88010,88251,88306,88312,85640,88311,92892))"
          }
        },
        {
          "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": 124,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "31.00",
              "eval_cost": "12.40",
              "prefix_cost": "68.51",
              "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": 6,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "31.00",
              "eval_cost": "0.62",
              "prefix_cost": "111.91",
              "data_read_per_join": "16K"
            },
            "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
84039 7252M
84042 7252M
84230 7253M,7331
84233 7253M,7331
85630 7222M
85639 7222M
85640 7222M
87827 7252M
87829 7252M
87831 7252M
87833 7253M,7331
87834 7253M,7331
87836 7285M,7330
87838 7253M,7331
87840 7253M,7331
87842 7253M,7331
87844 7253M,7331
87846 7252M
87848 7252M
87850 7252M
87852 7253M,7331
87854 7253M,7331
87856 7253M,7331
87858 7253M,7331
87860 7253M,7331
87862 7253M,7331
87863 7253M,7331
87864 7253M,7331
87865 7252M
87866 7252M
87871 7222M
87872 7222M
87884 7195,7196M 0
87886 7195,7196M 0
88010 7222M
88011 7222M
88012 7222M
88061 7222M
88096 7253M,7331
88098 7252M
88251 7222M
88252 7222M
88253 7222M
88254 7222M
88255 7222M
88256 7222M
88257 7222M
88258 7222M
88259 7222M
88306 7222M
88307 7222M
88308 7222M
88309 7222M
88310 7222M
88311 7222M
88312 7222M
88313 7222M
88314 7222M
88315 7222M
88317 7222M
88318 7222M
88319 7222M
88320 7222M
88321 7222M
88322 7222M
90014 7286M
90015 7286M
90016 7286M
90017 7286M
90026 7286M
90027 7287M
90028 7287M
90029 7287M
90030 7287M
90031 7287M
90034 7287M
90035 7287M
90036 7287M
90037 7287M
90042 7285M,7330
90043 7285M,7330
90044 7285M,7330
90045 7285M,7330
90046 7285M,7330
90047 7285M,7330
90058 7285M,7330
90059 7285M,7330
91431 7222M
91432 7222M
92316 7222M
92317 7222M
92318 7222M
92319 7222M
92320 7222M
92321 7222M
92892 7254M