Closed (fixed)
Project:
Token authentication
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2007 at 16:21 UTC
Updated:
31 Jan 2008 at 04:14 UTC
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
Comment #1
scor commentednot sure how this ended up in the trace module issue queue at the first place... must be my mistake.
Comment #2
mschafer commentedI'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?
Comment #3
moshe weitzman commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.