Table 'tokenauth_token' doesn't exist query: DELETE FROM tokenauth_token WHERE uid =

scor - December 1, 2007 - 16:21
Project:Token authentication
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Not sure if this bug is related to drupaled, but might be to the token_auth module. Filling it here for now in case it's due to the drupaled default sql file.

On drupaled-5.3: when I delete one of the preinstalled users for example, I get the following:
Table 'tokenauth_token' doesn't exist query: DELETE FROM tokenauth_token WHERE uid =
In the database, the exact name of the table is tokenauth_tokens.

#1

scor - January 16, 2008 - 22:24
Project:Trace» Token authentication
Version:5.x-1.x-dev» 5.x-1.x-dev

not sure how this ended up in the trace module issue queue at the first place... must be my mistake.

#2

mschafer - January 16, 2008 - 22:43

I've run into the same issue. I renamed the table by removing the 's'. This caused more problems when creating new users as there are queries looking for the 'tokenauth_tokens' table. At the present time I am just manually
deleting the tokens from the database. Is there a way to work around this issue?

#3

moshe weitzman - January 17, 2008 - 04:13
Status:active» fixed

#4

Anonymous (not verified) - January 31, 2008 - 04:14
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.