After deleting an attribute and product attribute I can’t run php bin/magento cron:run anymore. Also in the backend of Magento I get the following error message (backend: content Design: configuration): SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘mcm2017_cd.design_config_grid_flat’ doesn’t exist, query was: SELECT COUNT(*) FROM design_config_grid_flat
AS main_table
Error Message when running on ssh: php bin/magento indexer:reset
mcm2017@mcmtravels.com [~/mcmtours.at]# php bin/magento indexer:reindex Design Config Grid indexer process unknown error: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘mcm2017_cd.design_
config_grid_flat’ doesn’t exist, query was: CREATE TABLE IF NOT EXISTS design_config_grid_flat
( entity_id
int UNSIGNED NOT NULL COMMENT ‘Entity ID’ , store_website_id
int NULL COMMENT ‘Store_website_id’ , store_group_id
int NULL COMMENT ‘Store_group_id’ , store_id
int NULL COMMENT ‘Store_id’ , theme_theme_id
varchar(255) NULL COMMENT ‘Theme_theme_id’ , PRIMARY KEY (entity_id
), INDEX DESIGN_CONFIG_GRID_FLAT_STORE_WEBSITE_ID
(store_website_id
), INDEX DESIGN_CONFIG_GRID_FLAT_STORE_GROUP_ID
(store_group_id
), INDEX DESIGN_CONFIG_GRID_FLAT_STORE_ID
(store_id
), FULLTEXT DESIGN_CONFIG_GRID_FLAT_THEME_THEME_ID
(theme_theme_id
) ) COMMENT=’design_config_grid_flat’ ENGINE=INNODB charset=utf8 COLLATE=utf8_general_ci Customer Grid index has been rebuilt successfully in 00:00:03 Category Products index has been rebuilt successfully in 00:00:00 Product Categories index has been rebuilt successfully in 00:00:00 Product Price index has been rebuilt successfully in 00:00:00 Product EAV index has been rebuilt successfully in 00:00:00 Stock index has been rebuilt successfully in 00:00:00 Catalog Search index has been rebuilt successfully in 00:00:00 Catalog Rule Product index has been rebuilt successfully in 00:00:00 Catalog Product Rule index has been rebuilt successfully in 00:00:00
I’ve tried to create the table design_config_grid_flat in the database, but without success … – is that what I have to do?
Some help would be highly appreciated!