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
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

moshe weitzman - June 18, 2008 - 02:51

What version of mysql do you have? You must have 4.1+

#2

domesticat - July 8, 2008 - 02:45

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

toddjana - July 21, 2008 - 00:23

I also get the following:

user warning: Table 'tod0820009550681.tokenauth_tokens' doesn't exist query: SELECT tt.token FROM tokenauth_tokens tt WHERE tt.uid = 1 in /home/content/t/o/d/toddjana/html/thscommunity/modules/tokenauth/tokenauth.module on line 175.

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

Mark Rose - August 10, 2008 - 01:58

See my comment in the duplicate issue #290293: Table tokenauth_tokens doesn't exist for a patch to 6.x-1.x-dev.

#5

moshe weitzman - August 10, 2008 - 11:21
Status:active» duplicate
 
 

Drupal is a registered trademark of Dries Buytaert.