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

scor’s picture

Project: Trace » Token authentication

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

mschafer’s picture

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?

moshe weitzman’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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