Skip to content

SQLSTATE[HY000]: General error: 1826 Duplicate foreign key constraint name

I need help with that if i want to install module i get error after make command php bin/upgrade SQLSTATE[HY000]: General error: 1826 Duplicate foreign key constraint name ‘GHMZ_AMASTY_AMCHKT_FIELD_ATTR_ID_GHMZ_EAV_ATTR_ATTR_ID’, query was: ALTER TABLE ghmz_amasty_amcheckout_field MODIFY COLUMN id smallint(5) UNSIGNED NOT… Read More »SQLSTATE[HY000]: General error: 1826 Duplicate foreign key constraint name

Class MirasvitSearchModelLayerFilterListInterceptor generation error: The requested

hi i have prblem if i want to make command compile Interceptors generation… 4/8 [=============>————] 50% 19 secs 324.0 MiB In Generator.php line 139: Class MagentoCatalogModelConfigLayerCategoryConfig does not exist Class MirasvitSearchModelLayerFilterListInterceptor generation error: The requested class did not generate properly,… Read More »Class MirasvitSearchModelLayerFilterListInterceptor generation error: The requested

Notice: Undefined variable: referenceTableData in /home/u/public_html/vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php

hello i have module i need to install it and after upload my module to my server and make command php bin/upgrade i get this error Notice: Undefined index: mageworx_optiontemplates_group_option in /home/user/public_html/vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php on line 352 and the code line in… Read More »Notice: Undefined variable: referenceTableData in /home/u/public_html/vendor/magento/framework/Setup/Declaration/Schema/Declaration/SchemaBuilder.php

java header not working background

const scroller = document.querySelector(“#musicscrollid”); const output = document.querySelector(“#musicheaderid”); scroller.addEventListener(“scroll”, (event) => { output.textContent = scrollTop: ${scroller.scrollTop}; if (scroller.scroll >= 64) { output.addClass(“fondoazul”); } else { output.removeClass(“fondoazul”); } }); the output.text i see number but when i scroll 64px the addclass… Read More »java header not working background