Closed (fixed)
Project:
OpenID
Version:
5.x-1.4
Component:
OpenID Client
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2010 at 21:27 UTC
Updated:
25 Aug 2010 at 22:20 UTC
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
Comment #1
heine commentedO 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.