Page 1 of 1

Selfregistration verification page error

Posted: Tue Dec 12, 2017 4:35 pm
by churchcat
When a new registrant clicks on the link in the email the system sends to validate him or her with a code, the form is not displayed and "ERROR! Insufficient number (or incorrect) parameters supplied to module" is instead. Verified all settings in this module and FEU and nothing seems to help.

Anyone have a clue?

System info:
----------------------------------------------
Cms Version: 2.2.4
Installed Modules:
AdminSearch: 1.0.4
CGCalendar: 2.5
CGExtensions: 1.57.1
CGSimpleSmarty: 2.1.7
CMSContentManager: 1.1.6
CMSMailer: 6.2.14
Captcha: 0.5.5
CmsJobManager: 0.1.1
CustomContent: 1.10
DesignManager: 1.1.4
FileManager: 1.6.5
FilePicker: 1.0.2
FrontEndUsers: 2.7.1
Gallery: 2.3.2
JQueryTools: 1.4.0.3
LightBox: 1.0.1
MenuManager: 1.50.3
MicroTiny: 2.2.2
ModuleManager: 2.1.3
Navigator: 1.0.8
News: 2.51.3
Search: 1.51.2
SelfRegistration: 1.12
Showtime2: 3.5.4
ThemeManager: 1.1.8
TinyMCE: 3.2-beta3

Config Information:
php_memory_limit:
max_upload_size: 2048000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: America/New_York
permissive_smarty: false

Php Information:
phpversion: 5.6.32
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 22519
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 512M
max_execution_time: 60
register_globals: Off (False)
output_buffering: On
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 1024M
upload_max_filesize: 2048M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:
allow_browser_cache: On (True)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Software: Apache/2.4.29 (cPanel) OpenSSL/1.0.2m mod_bwlimited/1.4
Server Api: cgi-fcgi
Server Os: Linux 4.9.58-18.55.amzn1.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.58
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable

Permission Information:
tmp: /home/fuusm/public_html/tmp (0755)
tmp_cache: /home/fuusm/public_html/tmp/cache (0755)
templates_c: /home/fuusm/public_html/tmp/templates_c (0755)
modules: /home/fuusm/public_html/modules (0755)
uploads: /home/fuusm/public_html/uploads (0755)
File Creation Mask (umask): /home/fuusm/public_html/tmp/cache (0755)
config_file: 0400
----------------------------------------------

Re: Selfregistration verification page error

Posted: Wed Dec 13, 2017 8:53 am
by velden
Just a guess:

If you're using url rewriting (e.g. pretty urls) with a .htaccess try if it works when disabling that feature (both renaming .htaccess and commenting out url_rewriting setting in config.php

https://docs.cmsmadesimple.org/configur ... _rewriting

Re: Selfregistration verification page error

Posted: Wed Dec 13, 2017 6:54 pm
by churchcat
Thanks for the suggestion but that's not it as those features are not present. I'd add that the Admin log states the problem as "SelfRegistration no group parameter specified for the signup action"

Group is defined in FEU and is named in the tag on the page as specified in the module help.