sql - Why can't I reinstall Module Magento? -
i have module in magento, , script setup module. want re-run script , module. deleted setup of module in core_resource, , access magento. module not reinstalled. database of module isn't deleted, althought have drop table if exist in scripts. , in core_resource, setup of module not exists, deleted. think setup not run. module still work old sql , no setup field in core_resource.
thank in advance.
you need clear magento configuration cache trigger re-run of setup resource migration script. cache clearing lets magento see version of module has changed.
also, might consider using n98-magerun
command line tool -- has number of commands manually running setup resource migration scripts.
Comments
Post a Comment