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

Undefined index: cdli-twostagesignup on registration page #1

Closed syphernl closed 12 years ago

syphernl commented 12 years ago

After installing this I'm getting this when calling the register page: Notice: Undefined index: cdli-twostagesignup in /var/www/vendor/cdli/CdliTwoStageSignup/Module.php on line 46

Latest ZfcBase, ZfcUser and ZF2 dev-master.

syphernl commented 12 years ago

Looks like this is probably due to the default autoload file naming. Renaming it to cdlitwostagesignup.global.php solved the issue.

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 should be resolved in 0.7.0. Could you please try it out and let me know if it's fixed?