I have a problem with the recordings on the site, after making a test recording I have an error 1146. I do not understand what you mean and what should I do to solve this problem
(Table 'cromaplu_croma.jos_social_privacy' doesn't exist SQL=INSERT INTO `mhd_social_privacy_items` (`privacy_id`, `user_id`, `uid`, `type`, `value`) SELECT `d`.`id` AS `privacy_id`, '462' AS `user_id`, `a`.`id` AS `uid`, `d`.`type`, `d`.`value` FROM `mhd_social_fields` AS `a` LEFT JOIN `mhd_social_fields_steps` AS `b` ON `b`.`id` = `a`.`step_id` LEFT JOIN `mhd_social_apps` AS `c` ON `c`.`id` = `a`.`app_id` LEFT JOIN (select pi.`id`, pi.type, pi.rule, ifnull(pim.`value`, pi.value) as `value` from jos_social_privacy as pi left join jos_social_privacy_map as pim on pi.`id` = pim.`privacy_id` and pim.`utype` = 'profiles' and pim.`uid` = '1' where pi.`type` = 'field') AS `d` ON `d`.`rule` = `c`.`element` WHERE `d`.`type` = 'field' AND `b`.`type` = 'profiles' AND `b`.`uid` = '1' AND `a`.`id` NOT IN (SELECT `e`.`uid` FROM `mhd_social_privacy_items` AS `e` WHERE `e`.`type` = 'field' AND `e`.`user_id` = '462'))