The module doesn't work on SQLite database, it gives this error and it can't be enabled:

PDOException: SQLSTATE[HY000]: General error: 1 table "comment_verification" has more than one primary key: CREATE TABLE {comment_verification} ( cavid INTEGER PRIMARY KEY AUTOINCREMENT, hash VARCHAR(64) NOT NULL, timestamp INTEGER NOT NULL, edit TEXT NOT NULL, PRIMARY KEY (hash) ); ; Array ( ) in db_create_table() (linea 2717 di /.../includes/database/database.inc).

CommentFileSizeAuthor
#2 pdoexception-2569017-2.patch444 byteswuinfo - Bill Wu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mentor.37 created an issue. See original summary.

wuinfo - Bill Wu’s picture

FileSize
444 bytes

Sorry for the delay. Here is the patch.

  • wuinfo committed bcd2ba4 on 7.x-1.x
    Issue #2569017 by wuinfo: PDOException: SQLSTATE[HY000]: General error:...
wuinfo - Bill Wu’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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