Closed (fixed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2007 at 15:49 UTC
Updated:
17 Jan 2007 at 23:25 UTC
I tried to create a new key for external developer access and got this error message:
user warning: Table 'drupal5.api_keys' doesn't exist query: SELECT * FROM api_keys WHERE kid = 'c1fbecb4c212cf95083463caefd16670' in /Users/mikepotter/Sites/drupal-5.0/includes/database.mysql.inc on line 167.
user warning: Table 'drupal5.api_keys' doesn't exist query: INSERT INTO api_keys (kid, title, domain) VALUES ('c1fbecb4c212cf95083463caefd16670', 'Mike\'s Key', '') in /Users/mikepotter/Sites/drupal-5.0/includes/database.mysql.inc on line 167.
Mike
Comments
Comment #1
mikeypotter commentedActually, looks like a naming issue, because services_keys exists.
Comment #2
snelson commentedGood catch. I had renamed the table api_keys to services_keys at the last minute and had missed a few of the sql statements on update.
Fixed.
Comment #3
snelson commentedclosing issue.