firegento-dynamiccategory
firegento-dynamiccategory copied to clipboard
Invalid entity_type specified:
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
Try this SQL command to check if the module was installed:
SELECT * FROM
core_resourceWHERE
code = 'dynamiccategory_setup'
If there is no entry, the module wasn't installed properly, so there is no dynamiccategory_rule
table to drop.
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_rule
has gone. So this table will not be anymore