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

mikeypotter’s picture

Title: Database for Keys not created » Database for keys misnamed in db creation or code...

Actually, looks like a naming issue, because services_keys exists.

snelson’s picture

Status: Active » Fixed

Good 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.

snelson’s picture

Status: Fixed » Closed (fixed)

closing issue.