Skip to content

After running setup:upgrade cmd ‘magento2.core_config_data’ doesn’t exist in engine

After running the cmd php bin/magento setup:upgrade I am getting following error. [2025-03-07T07:07:05.311272+00:00] main.ERROR: SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento2.core_config_data’ doesn’t exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_table If i search with… Read More »After running setup:upgrade cmd ‘magento2.core_config_data’ doesn’t exist in engine

Magento 2 switch language without the language switcher’s redirect chain?

We do run M2.4.7 store in 3 languages. The problem we discovered now is tons of indexed URLs in Google Search Console from language switcher, like this: domainname/sl/stores/store/redirect/___store/de/___from_store/sl/uenc/aHR0cHM6Ly93d3cud2VyZW8uZXUvZGUv/ Is there any possible way to switch languages directly to the correct… Read More »Magento 2 switch language without the language switcher’s redirect chain?

Magento 2.4.7-P3 pagination not working

We upgraded to Magento 2.4.7-P3 and have the problem that the pagination bar is not showing. I disabled most third party extensions and went back to Luma theme, but the problem stays. Any advise?