CMS MADE SIMPLE FORGE

Self Registration

 

[#9249] Parameter ### is not known by module SelfRegistration

avatar
Created By: manuel (manuel)
Date Submitted: Sun May 12 10:15:41 -0400 2013

Assigned To: Robert Campbell (calguy1000)
Version: 1.7.8
CMSMS Version: None
Severity: Minor
Resolution: Fixed
State: Closed
Summary:
Parameter ### is not known by module SelfRegistration
Detailed Description:
Dear Calguy1000,

On the registration confirmation page: after clicking submit *without* entering
pwd (essentially, when there is an error message...)
Warning: Parameter submit is not known by module SelfRegistration dropped in
/home/*****/public_html/feutest/lib/misc.functions.php on line 1411

On the page shown *after* succesfully filling out the registration confirmation
form and clicking submit:
Warning: Parameter username is not known by module SelfRegistration dropped in
/home/*****/public_html/feutest/lib/misc.functions.php on line 1411

Greetings,
Manuel


History

Comments
avatar
Date: 2013-05-27 15:34
Posted By: Penny Olorenshaw (pennyolo)

I'm getting the same result when confirming a new registration.

Warning: Parameter username is not known by module SelfRegistration dropped in
/home/******/public_html/test3/lib/misc.functions.php on line 1411

<Success Message>

<FEU login form>


The registrant is pushed up to FEU and the success message appears, with the
login form below.

Cheers,
Penny
      
avatar
Date: 2013-05-30 10:09
Posted By: manuel (manuel)

Hi Penny,

For the time being i have disabled "Require the user to confirm registration via
email" and enabled "Require users to enter their email address twice" in the
Self Registration settings... (I know it's not ideal)

Greetings,
Manuel
      
avatar
Date: 2013-06-14 23:56
Posted By: Prue Rowland (psy)

Same issue.  Temporary fix to remove the php error message was to change the 2nd
last line of code in action.verifyuser.php from:

$parms['username'] = $username;

to:

$parms['input_username'] = $username;
      
avatar
Date: 2013-06-15 00:29
Posted By: Prue Rowland (psy)

Got past that one then hit another snag.

The new user was created and logged in (as per preferences) and redirected to
the nominated page.

However the URL showed eg
www.mysite.com/mypage.html?mact=SelfRegistration,blah,blah.... and the content
area did not display at all.

To fix, changed the last line of action.verifyuser.php from:

$this->Redirect($id,'post_createuser',$returnid,$parms);

to:

$this->RedirectContent($returnid);

Not sure if this will affect anything in Event Manager, but it solved the
immediate problem for me.

Also encountered the 'submit' param issue on verifyuser.

Quick fix was to add it as a parameter in SelfRegistration.module.php in the
InitializeFrontend() function.


      
avatar
Date: 2013-10-28 08:31
Posted By: Na Špínu (naspinu)

Warning: Parameter submit is not known by module SelfRegistration dropped in
*******\lib\misc.functions.php on line 1411.
      
Updates

Updated: 2016-11-29 20:29
state: Open => Closed

Updated: 2015-10-24 13:24
resolution_id: => 7