After installing the module on D6.2 I get the following error message:
user warning: Table 'db242576147.tokenauth_tokens' doesn't exist query: INSERT INTO tokenauth_tokens (uid, token) SELECT u.uid, 'b47NQ5CdbY' FROM users u LEFT JOIN tokenauth_tokens tt ON u.uid=tt.uid WHERE u.uid > 0 AND tt.token IS NULL in /homepages/18/d126859316/htdocs/phd/sites/all/modules/tokenauth/tokenauth.install on line 37.
Comments
Comment #1
moshe weitzman commentedWhat version of mysql do you have? You must have 4.1+
Comment #2
domesticat commentedI'm seeing the same error using mySQL 5.0.32.
Comment #3
toddjana commentedI also get the following:
I'm using GoDaddy with Drupal 6.2 and MySQL 5.0. I also received same warnings as domesticat when I first activated the module. Is anything happening on this?
Comment #4
Mark Rose commentedSee my comment in the duplicate issue #290293: Table tokenauth_tokens doesn't exist for a patch to 6.x-1.x-dev.
Comment #5
moshe weitzman commented