user warning: Table 'db242576147.tokenauth_tokens' doesn't exist
Axel_V - June 13, 2008 - 16:20
| Project: | Token authentication |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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.

#1
What version of mysql do you have? You must have 4.1+
#2
I'm seeing the same error using mySQL 5.0.32.
* warning: Invalid argument supplied for foreach() in [snip]/includes/common.inc on line 3164.* warning: Invalid argument supplied for foreach() in [snip]/includes/common.inc on line 3085.
* user warning: Table 'drupal_[snip].tokenauth_tokens' doesn't exist query: INSERT INTO tokenauth_tokens (uid, token) SELECT u.uid, 'nTocZYyyKj' FROM users u LEFT JOIN tokenauth_tokens tt ON u.uid=tt.uid WHERE u.uid > 0 AND tt.token IS NULL in [snip]/sites/all/modules/tokenauth/tokenauth.install on line 37.
#3
I 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?
#4
See my comment in the duplicate issue #290293: Table tokenauth_tokens doesn't exist for a patch to 6.x-1.x-dev.
#5