Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Ошибка формирования YML файла


advunt

Recommended Posts

Всем привет. Кто может помочь/подсказать с исправлением ошибок при загрузке YML файла для подключения Турбо страниц на Яндексе? Версия OcStore 2.1.0.2.1. В каналах продвижения у меня стоит модуль Экспорт YML Яндекс Маркет. Он формирует такую ссылку: https://mirhair.ru/index.php?route=feed/yamarket_pl. Скармливаю эту ссылку на странице подключения турбо страниц в Вебмастере. Вылазит ошибка валидации. В журнале вылазят следующие строчки 

2021-04-29 15:31:11 - PHP Warning:  mysqli::query(): MySQL server has gone away in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 19
2021-04-29 15:31:11 - PHP Warning:  mysqli::query(): Error reading result set's header in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 19
2021-04-29 15:31:11 - PHP Notice:  Error: MySQL server has gone away<br />Error No: 2006<br />SELECT p.*, pd.name, pd.description, m.name AS manufacturer, p2c.category_id, p.price AS price, ps.price AS special, wcd.unit AS weight_unit,
									GROUP_CONCAT(DISTINCT CAST(pr.related_id AS CHAR) SEPARATOR ',') AS rel
									FROM oc_product p JOIN oc_product_to_category AS p2c ON (p.product_id = p2c.product_id)
									JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
									LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
									LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
									LEFT JOIN oc_product_special ps ON (p.product_id = ps.product_id) AND ps.customer_group_id = '1' AND ps.date_start < NOW() AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())
									LEFT JOIN oc_weight_class_description wcd ON (p.weight_class_id = wcd.weight_class_id) AND wcd.language_id='3'
									LEFT JOIN oc_product_related pr ON (p.product_id = pr.product_id AND p.date_available <= NOW() AND p.status = '1')
									WHERE p2s.store_id = '0'
									 AND p2c.category_id IN (654,650,636,1107,1019,1022,1024,1021,1020,1023,1110,1026,1027,1025,1088,1136,1141,1142,1146,1143,1139,1140,1137,1144,1145,1138,1034,1080,1035,1036,1044,1042,1037,1038,1045,730,731,1160,1158,908,910,912,914,913,915,919,920,680,92,191,193,316,518,292,315,512,314,313,318,517,317,311,304,309,310,511,312,305,306,308,192,202,677,676,209,210,211,212,213,215,216,217,218,219,220,221,222,223,224,226,227,228,229,233,205,206,204,208,1094,440,597,719,718,1068,689,1130,631,179,99,531,95,96,93,100,94,97,98,564,109,263,720,723,722,721,1079,724,725,726,727,728,729,1046,1049,1050,1051,1048,1054,1053,1052,1055,1047,681,1096,683,685,1123,1009,1082,1004,1005,1006,1008,1011,1012,1013,1016,1010,1007,1014,438,519,669,640,716,507,509,522,682,506,508,515,520,674,712,675,1032,1070,427,106,105,103,102,107,104,176,108,714,713,717,841,1102,1103,1105,1104,1120,1121,1122,1106,844,1115,1125,856,1116,870,1084,873,874,878,875,879,885,884,887,889,1085,1127,871,111,331,332,348,337,338,339,340,341,342,343,344,345,346,347,336,349,362,1159,350,351,354,356,357,358,355,359,360,361,353,352,334,333,576,575,578,577,580,573,581,579,574,1117,1067,428,589,701,324,114,1135,1029,113,119,697,126,630,696,123,326,117,157,141,430,128,921,1089,1091,1112,1092,1108,922,1109,1111,1093,1090,929,937,923,924,938,927,930,933,926,936,932,934,935,925,993,1132,1131,1003,1002,1001,996,995,1133,1000,1134,994,999,490,641,690,437,130,1161,135,131,1028,134,137,374,133,136,679,366,139,635,487,692,671,439,268,269,277,626,432,1078,540,280,431,1031,283,273,510,275,282,271,278,1071,536,488,644,667,492,1018,494,495,496,497,500,499,501,502,503,504,493,489,638,672,691,666,180,598,600,619,618,616,620,617,621,622,615,623,625,599,1081,606,605,611,607,603,608,604,609,610,614,602,613,612,601,591,196,199,197,200,198,240,236,239,238,242,243,250,1118,244,246,247,249,375,327,376,1119,668,485,670,651,415,703,711,704,706,707,708,709,710,705,1072,1076,1075,1073,1074,167,541,547,556,557,558,559,560,561,544,549,550,551,555,552,554,562,543,546,698,699,542,686,168,170,693,1087,171,169,694,1077,251,175,174,173,379,695,1114,1124,484,639,514,254,257,259,261,258,1126,637,659,190,633,660,634,661,662,646,663,649,643,664,642,665,486,652,673,655,653,656,648,647,678,657,645,658,715)
									AND pd.language_id = '3'
									AND p.status = '1'
									GROUP BY p.product_id in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 41
2021-04-29 15:31:11 - PHP Notice:  Trying to get property of non-object in /var/www/www-root/data/www/mirhair.ru/catalog/model/yamodel/yamarket_pl.php on line 38
2021-04-29 15:31:11 - PHP Notice:  Error: MySQL server has gone away<br />Error No: 2006<br />SELECT DISTINCT * FROM oc_currency
									WHERE code = 'RUB' in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 41
2021-04-29 15:31:11 - PHP Notice:  Trying to get property of non-object in /var/www/www-root/data/www/mirhair.ru/catalog/model/yamodel/yamarket_pl.php on line 20
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71

Кто соображает, может помочь?

Надіслати
Поділитися на інших сайтах


1 час назад, advunt сказал:

Всем привет. Кто может помочь/подсказать с исправлением ошибок при загрузке YML файла для подключения Турбо страниц на Яндексе? Версия OcStore 2.1.0.2.1. В каналах продвижения у меня стоит модуль Экспорт YML Яндекс Маркет. Он формирует такую ссылку: https://mirhair.ru/index.php?route=feed/yamarket_pl. Скармливаю эту ссылку на странице подключения турбо страниц в Вебмастере. Вылазит ошибка валидации. В журнале вылазят следующие строчки 


2021-04-29 15:31:11 - PHP Warning:  mysqli::query(): MySQL server has gone away in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 19
2021-04-29 15:31:11 - PHP Warning:  mysqli::query(): Error reading result set's header in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 19
2021-04-29 15:31:11 - PHP Notice:  Error: MySQL server has gone away<br />Error No: 2006<br />SELECT p.*, pd.name, pd.description, m.name AS manufacturer, p2c.category_id, p.price AS price, ps.price AS special, wcd.unit AS weight_unit,
									GROUP_CONCAT(DISTINCT CAST(pr.related_id AS CHAR) SEPARATOR ',') AS rel
									FROM oc_product p JOIN oc_product_to_category AS p2c ON (p.product_id = p2c.product_id)
									JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
									LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
									LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
									LEFT JOIN oc_product_special ps ON (p.product_id = ps.product_id) AND ps.customer_group_id = '1' AND ps.date_start < NOW() AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())
									LEFT JOIN oc_weight_class_description wcd ON (p.weight_class_id = wcd.weight_class_id) AND wcd.language_id='3'
									LEFT JOIN oc_product_related pr ON (p.product_id = pr.product_id AND p.date_available <= NOW() AND p.status = '1')
									WHERE p2s.store_id = '0'
									 AND p2c.category_id IN (654,650,636,1107,1019,1022,1024,1021,1020,1023,1110,1026,1027,1025,1088,1136,1141,1142,1146,1143,1139,1140,1137,1144,1145,1138,1034,1080,1035,1036,1044,1042,1037,1038,1045,730,731,1160,1158,908,910,912,914,913,915,919,920,680,92,191,193,316,518,292,315,512,314,313,318,517,317,311,304,309,310,511,312,305,306,308,192,202,677,676,209,210,211,212,213,215,216,217,218,219,220,221,222,223,224,226,227,228,229,233,205,206,204,208,1094,440,597,719,718,1068,689,1130,631,179,99,531,95,96,93,100,94,97,98,564,109,263,720,723,722,721,1079,724,725,726,727,728,729,1046,1049,1050,1051,1048,1054,1053,1052,1055,1047,681,1096,683,685,1123,1009,1082,1004,1005,1006,1008,1011,1012,1013,1016,1010,1007,1014,438,519,669,640,716,507,509,522,682,506,508,515,520,674,712,675,1032,1070,427,106,105,103,102,107,104,176,108,714,713,717,841,1102,1103,1105,1104,1120,1121,1122,1106,844,1115,1125,856,1116,870,1084,873,874,878,875,879,885,884,887,889,1085,1127,871,111,331,332,348,337,338,339,340,341,342,343,344,345,346,347,336,349,362,1159,350,351,354,356,357,358,355,359,360,361,353,352,334,333,576,575,578,577,580,573,581,579,574,1117,1067,428,589,701,324,114,1135,1029,113,119,697,126,630,696,123,326,117,157,141,430,128,921,1089,1091,1112,1092,1108,922,1109,1111,1093,1090,929,937,923,924,938,927,930,933,926,936,932,934,935,925,993,1132,1131,1003,1002,1001,996,995,1133,1000,1134,994,999,490,641,690,437,130,1161,135,131,1028,134,137,374,133,136,679,366,139,635,487,692,671,439,268,269,277,626,432,1078,540,280,431,1031,283,273,510,275,282,271,278,1071,536,488,644,667,492,1018,494,495,496,497,500,499,501,502,503,504,493,489,638,672,691,666,180,598,600,619,618,616,620,617,621,622,615,623,625,599,1081,606,605,611,607,603,608,604,609,610,614,602,613,612,601,591,196,199,197,200,198,240,236,239,238,242,243,250,1118,244,246,247,249,375,327,376,1119,668,485,670,651,415,703,711,704,706,707,708,709,710,705,1072,1076,1075,1073,1074,167,541,547,556,557,558,559,560,561,544,549,550,551,555,552,554,562,543,546,698,699,542,686,168,170,693,1087,171,169,694,1077,251,175,174,173,379,695,1114,1124,484,639,514,254,257,259,261,258,1126,637,659,190,633,660,634,661,662,646,663,649,643,664,642,665,486,652,673,655,653,656,648,647,678,657,645,658,715)
									AND pd.language_id = '3'
									AND p.status = '1'
									GROUP BY p.product_id in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 41
2021-04-29 15:31:11 - PHP Notice:  Trying to get property of non-object in /var/www/www-root/data/www/mirhair.ru/catalog/model/yamodel/yamarket_pl.php on line 38
2021-04-29 15:31:11 - PHP Notice:  Error: MySQL server has gone away<br />Error No: 2006<br />SELECT DISTINCT * FROM oc_currency
									WHERE code = 'RUB' in /var/www/www-root/data/www/mirhair.ru/system/library/db/mysqli.php on line 41
2021-04-29 15:31:11 - PHP Notice:  Trying to get property of non-object in /var/www/www-root/data/www/mirhair.ru/catalog/model/yamodel/yamarket_pl.php on line 20
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:39:40 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71
2021-04-29 15:40:01 - PHP Warning:  in_array() expects parameter 2 to be array, null given in /var/www/www-root/data/www/mirhair.ru/admin/view/template/feed/yamodule_pl.tpl on line 71

Кто соображает, может помочь?

Доброе, так это ж  мой модуль напишите в лс, номер заказа. Посмотрим что у вас.

Надіслати
Поділитися на інших сайтах

Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.