Estou usando o magento 2.2.5 e quando abri a página de edição do produto, nome do produto, preço, etc. não carregam de todo, e quando eu verifiquei o var/log/exception.log
, recebi o seguinte erro:
Zend_Db_Statement_Exception (código: 42000): SQLSTATE [42000]: Erro de sintaxe ou violação de acesso: 1248 Cada tabela derivada deve ter seu próprio alias, a consulta foi: SELECT
u
. * FROM (SELECIONEt
.value
,t
.attribute_id
,t
.store_id
FROMcatalog_product_entity_decimal
ASt
WHERE (entity_id = “6144”) AND (attribute_id IN (“75”, “76”, “79”, “91”, “80”, “120”, “99”)) AND (store_id
IN (0))) UNION ALL (SELECTt
.value
, .attribute_id
,t
.store_id
DEcatalog_product_entity_varchar
ASt
ONDE (entity_id = “6144”) AND (attribute_id IN (“82”, “85”, “122”, “103” , “71”, “86”, “192”, “84”, “87”, “88”, “107”, “95”, “109”, “119”, “222”, “236”, ” 237 “,” 238 “,” 239 “,” 240 “,” 241 “,” 242 “,” 244 “,” 245 “,” 98 “,” 112 “,” 113 “,” 97 “,” 114 ” , “117”, “215”, “129”, “216”, “130”, “217”, “218”, “219”, “220”)) AND (store_id
IN (0))) UNION ALL (SELECTt
.value
,t
.attribute_id
,t
.store_id
FROMcatalog_product_entity_int
ASt
ONDE (entity_id = “6144”) AND (attribute_id IN (“100”, “127”, “163”, “89”, “191”, “167 “,” 92 “,” 121 “,” 171 “,” 126 “,” 173 “,” 81 “,” 96 “,” 185 “,” 234 “,” 176 “,” 177 “,” 102 “, “161”, “123”, “124”, “125”, “213”, “128”, “131”, “153”)) E (IN (0))) UNION ALL (SELECT
t
.value
,t
.attribute_id
,t
.store_id
DEcatalog_product_entity_datetime
ASt
ONDE (entity_id = “6144”) AND (attribute_id IN (“104”, “77”, “105”, “78 “,” 93 “,” 94 “)) AND (store_id
IN (0))) UNION ALL (SELECTt
.value
,t
.attribute_id
,t
.store_id
DEcatalog_product_entity_text
ASt
ONDE (entity_id = “6144”) E (attribute_id IN (“83”, “101”, “72”, “106”, “73”, “162”, “164”, “169”)) AND (store_id
IN ( 0))) ASu
ORDENAR PORstore_id
ASC