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 |
Jump to:
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
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
#4
Automatically closed -- issue fixed for two weeks with no activity.