I activated the quote module but it failed to create the tables. I attempted to clean the .install file and import that. I got an error.

Does anyone have to code to correctly import the quote tables using phpMyadmin?

Thanks

Comments

jyoseph’s picture

I had a similar problem recently but with another module. What I had to do was drop the tables (for that module) and then go into the system table and delete any rows from that module. (eaton explains it better here: http://drupal.org/node/69125#comment-129660)

Not sure if that'll help, just throwing that out there. That should put you into a position to where you can re-install the module.

bsherwood’s picture

That didn't work. Does anyone have the code that I can save to a .mysql file and use the import function in phpMyAdmin?

thanks