firegento-dynamiccategory icon indicating copy to clipboard operation
firegento-dynamiccategory copied to clipboard

Invalid entity_type specified:

Open bigshug opened this issue 7 years ago • 2 comments

Managed to get it working...

Magento ver. 1.9.3.4

Anyone have any ideas about how to resolve this error - Invalid entity_type specified: - when trying to reindex?

Failing that - how do I uninstall the database? Get this error -

SQL query:

DROP TABLE dynamiccategory_rule;

MySQL said: Documentation

#1051 - Unknown table 'dynamiccategory_rule'

Cheers

bigshug avatar Jul 23 '17 12:07 bigshug

Try this SQL command to check if the module was installed:

SELECT * FROM core_resourceWHEREcode = 'dynamiccategory_setup'

If there is no entry, the module wasn't installed properly, so there is no dynamiccategory_ruletable to drop.

kkrieger85 avatar Aug 09 '17 07:08 kkrieger85

In https://github.com/firegento/firegento-dynamiccategory/blob/develop/src/app/code/community/FireGento/DynamicCategory/sql/dynamiccategory_setup/mysql4-install-1.0.0.php table dynamiccategory_rulehas gone. So this table will not be anymore

kkrieger85 avatar Aug 09 '17 07:08 kkrieger85