The user specified as a definer ('nurkowy24_shop'@'86.111.241.0/255.255.255.0') does not exist
SELECT SQL_CALC_FOUND_ROWS `products`.*, `promoted`.`iPromotedMin`, `producers`.`sName` AS `prodsName`, `producers`.`sLogoUrl` AS `prodsLogoUrl`, `products`.`TiAvailable` AS `iAvailable`, `products`.`fPrice` AS `fCatalogPrice`, `vat`.`fVatValue`, ss13_pl_calculateProductPriceForUser( NULL, `products`.`iProduct`, 0 ) AS `fPrice`, LEAST( `products`.`TiCanBuy`, ss13_pl_getProductCanBuyForUser ( NULL, `products`.`iProduct` ) ) AS `iCanBuy`, `products`.`TiVariantsCount` AS `iVariantCount`, ss13_pl_getProductVisiblePriceForUser ( NULL, `products`.`iProduct` ) AS `iVisiblePrice` FROM `ss13_pl_products` AS `products` LEFT JOIN ( SELECT MIN( `iPromoted` ) `iPromotedMin`, `iProduct` FROM `ss13_pl_products_promoted` WHERE `iTimeValid` IS NULL OR `iTimeValid` >= UNIX_TIMESTAMP() GROUP BY `iProduct` ) `promoted` USING( `iProduct` ) INNER JOIN `ss13_vat` AS `vat` USING( `iVat` ) LEFT JOIN `ss13_pl_producers` AS `producers` USING( `iProducer` ) WHERE 1 AND `TiCanBuy` >= 1 AND `products`.`iProduct` IN ( '1137', '1136' ) AND EXISTS ( SELECT 1 FROM `ss13_pl_products_pages` AS `products_pages` WHERE `products`.`iProduct` = `products_pages`.`iProduct` AND `products_pages`.`iPage` IN ( '4', '72', '11', '327', '36', '16', '187', '231', '232', '80', '151', '234', '155', '225', '93', '94', '156', '237', '259', '261', '144', '95', '254', '142', '146', '290', '266', '251', '325', '176', '235', '282', '293', '96', '98', '287', '246', '236', '99', '100', '177', '178', '101', '238', '102', '148', '247', '103', '104', '140', '179', '248', '105', '149', '274', '275', '310', '106', '279', '233', '239', '107', '108', '109', '230', '240', '260', '256', '253', '227', '110', '241', '111', '242', '112', '255', '252', '243', '113', '158', '141', '143', '150', '244', '265', '147', '145', '268', '117', '197', '132', '322', '218', '184', '165', '200', '171', '206', '188', '190', '318', '159', '133', '118', '198', '201', '189', '312', '207', '219', '172', '272', '160', '134', '208', '213', '119', '202', '292', '199', '220', '161', '324', '173', '186', '182', '320', '135', '284', '280', '209', '120', '276', '162', '183', '214', '270', '313', '193', '168', '221', '163', '281', '210', '222', '169', '215', '170', '122', '216', '277', '123', '217', '137', '138', '229', '124', '139', '125', '323', '127', '128', '129', '126', '130', '131', '59', '64', '65', '57', '33', '69', '34', '263', '264', '67', '262', '17', '5', '6', '7', '8', '78', '77', '90', '91', '294', '295', '2', '9', '20', '22', '19', '32', '21', '18', '92', '303', '304', '305', '296', '298', '300', '299', '297', '306', '307', '308', '309', '301', '302' ) LIMIT 1 ) AND ss13_pl_getProductVisibleForUser ( NULL, `products`.`iProduct` ) >= 1 AND `products`.`iStatus` >= 1 ORDER BY RAND() LIMIT 0,3