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
Comment #1
byronveale commentedI get this message also when trying to uninstall the module, specifically:
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