user warning: Table 'share_link_codes' doesn't exist query: link_codes_share_tab /* admin : link_codes_share_tab */ SELECT codes FROM share_link_codes WHERE share_id = 1 in/sites/all/modules/share/tabs/link_codes/link_codes.module on line 56.

I get the above. I tried running update but still get this error.

thanks,
Chris

Comments

byronveale’s picture

I get this message also when trying to uninstall the module, specifically:

user warning: Unknown table 'share_link_codes' query: DROP TABLE share_link_codes in /var/www/drupal-6.19/includes/database.mysql-common.inc on line 261.

Searching the site database, I find no table with that name either (okay, I guess that's not a surprise). My workaround has been to search for "link_codes", and deleting the row that is found in the system table.

Your mileage may vary...

-Byron