Hello Cf Team,
the verification email is sent, but apparently the vlink is cut off:
"...index.php?option=com_chronocontact&chronoformname=rmaform_base&task=beforeshow&uid="
so no uid assigned to that variable.
in the db I had created a field "uid" as VARCHAR(64) as well the email verification flag field "emailverify" as TINYINT(1) default NULL
this fieldname is referenced correctly in the plugin (DBconfig).
in the db:
the email is saved but "uid" remains empty as well "emailverify" null
tried before also: "uid" as INT(11) with same result
thx for feedback in advance
regards
suddendth
the verification email is sent, but apparently the vlink is cut off:
"...index.php?option=com_chronocontact&chronoformname=rmaform_base&task=beforeshow&uid="
so no uid assigned to that variable.
in the db I had created a field "uid" as VARCHAR(64) as well the email verification flag field "emailverify" as TINYINT(1) default NULL
this fieldname is referenced correctly in the plugin (DBconfig).
in the db:
the email is saved but "uid" remains empty as well "emailverify" null
tried before also: "uid" as INT(11) with same result
thx for feedback in advance
regards
suddendth