Hi,

Whenever I try to use book_certify module I get this error:

user warning: Table '[mysitename].certify_book_viewlog' doesn't exist query: INSERT IGNORE INTO certify_book_viewlog (bid, nid, uid) VALUES (31, 31, 1) in /home/sites/all/modules/certify/certify_book/certify_book.module on line 60.

Does anyone know how to fix this?

Thanks,
Kourosh

Comments

fuzzy76’s picture

Assigned: Unassigned » fuzzy76

Have you run update.php? If you upgraded from 1.x to 2.x the table will not be created before you do that.

fuzzy76’s picture

Have you run update.php? If you upgraded from 1.x to 2.x the table will not be created before you do that.

fuzzy76’s picture

Status: Active » Closed (cannot reproduce)