cdli / CdliTwoStageSignup

Two-stage signup process for ZfcUser. Supports Zend\Db and Doctrine! Now up-to-date with latest ZfcUser (as of Oct 24th, 2012)
Other
19 stars 13 forks source link

Column not found: 1054 Unknown column 'requestKey' in 'field list' #3

Closed abrahaj closed 12 years ago

abrahaj commented 12 years ago

Running ZF2 Beta5

The schema_up.mysql.sql contained the following SQL syntax for the creation of the table. CREATE TABLE user_signup_email_verification ( request_key VARCHAR(32) NOT NULL, email_address VARCHAR(255) NOT NULL, request_time DATETIME NOT NULL, PRIMARY KEY(request_key), UNIQUE(email_address) ) ENGINE=InnoDB;

Am I running a wrong version of the mysql.sql script??

adamlundrigan commented 12 years ago

This module hasn't been updated in three months, and is sorely in need of a rewrite. Much has changed in both ZF2 and ZfcUser since then. I'll be working on this over the coming days and will update this ticket when it's completed.

adamlundrigan commented 12 years ago

This is fixed in dev-master and 0.7.0