简体   繁体   中英

Magento module - database not initialized?

So I've installed an extension in my Magento Enterprise.

I've been able to configure new options in the admin interface after installing the module.

However in the frontend it complains "table not found". Checking the database that is indeed true. Seems the mysql4-*.php scripts have not been run or failed.

Is there a log or something I can look at to see what goes wrong? From what I've read (difficult to find documentation on this) the modules db should've been initialized on the first request after it was installed and activated.

Any other suggestions to what I can check to find out why it's not initialized properly?

First step is to check the core_resource table. If there's a row for your module, then zap it. This will retrigger the setup resource process.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM