Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid entity_type specified: #71

Open
bigshug opened this issue Jul 23, 2017 · 2 comments
Open

Invalid entity_type specified: #71

bigshug opened this issue Jul 23, 2017 · 2 comments

Comments

@bigshug
Copy link

bigshug commented Jul 23, 2017

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

@kkrieger85
Copy link

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
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants