Error when user create an account user the membership plugin

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 22   (RSS)

By JeffC - November 22

Hi

I am getting the error below when a user creates an account using the membership plugin

userUsernames is set to False

Line 62 is: $colsToValues['username'] = $_REQUEST['username'] ?: $_REQUEST['email'];

#320 - Warning: Undefined array key "username"
/home/domainname/public_html/create-account-trr.php on line 62
https://domainname.com/create-account

Vers: 3.63 and 1.14

Error was also happening with 3.59

Thanks
Jeff

Jeff

By JeffC - November 22

Thanks Dave, that's fixed it.

Jeff