We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Try this SQL command to check if the module was installed:
SELECT * FROM core_resourceWHEREcode = 'dynamiccategory_setup'
SELECT * FROM
WHERE
= 'dynamiccategory_setup'
If there is no entry, the module wasn't installed properly, so there is no dynamiccategory_ruletable to drop.
dynamiccategory_rule
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: