Got this error:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') /*!40100 DEFAULT CHARACTER SET utf8 */' at line 7 query: update_sql CREATE TABLE openid_nonce ( idp_endpoint_uri VARCHAR(255) NOT NULL default '', nonce VARCHAR(255) NOT NULL default '', expires int NOT NULL default 0, INDEX nonce (nonce), INDEX expires (expires), ) /*!40100 DEFAULT CHARACTER SET utf8 */; in /usr/local/drupal-5.19/includes/database.mysql.inc on line 174.

Comments

heine’s picture

Component: OpenID Server » OpenID Client
Status: Active » Fixed

O NO!

I've released OpenID 5.x-1.5 ASAP. Besides fixing the original update function, this release also contains a new update to restore the OpenID functionality on sites that already upgraded to OpenID 5.x-1.4.

Thank you very much for you report.

My apologies for the trouble I've caused you early updaters.

Status: Fixed » Closed (fixed)

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