Download & Extend

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

Project:Token authentication
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

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

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

Status:active» fixed

#4

Status:fixed» closed (fixed)

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