Page 1 of 1

[SOLVED] SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 11:18 am
by hivtop
ok Here goes... simple question... selfreg "can not find groups" from FEU.. what did I miss...

Long question... I am setting up cmsms 1.11.9 to serve up pdfs, epuds, videos, pictures and music files on an Apache 2.2.17 decated server with php php 5.3.6-1 there are 20 other websites useing different webscripts all running fine. so server side is good and setup with all services set "at or above" the requirements to run cmsms. This is the first time I have tried using cmsms. I have the following cmsms modules setup and working fine and serving up the above files with no problems...
CMSMailer 5.2.2
CMSPrinting 1.0.5
FileManager 1.4.3
MenuManager 1.8.6
MicroTiny 1.2.5
ModuleManager 1.5.5
News 2.13
Search 1.7.11
ThemeManager 1.1.8
JQueryTools 1.2.5
CGExtensions 1.38.1
HostedVideoAlbums 2.4.4
FrontEndUsers 1.22.3
SelfRegistration 1.8.2
Captcha 0.4.6
Gallery 1.6.1

there are no red x's on the systeminfo page except for Maximum Post Size and Maximum Upload Size cuz they are aet higher than cmsms needs due to the size of videos... all files and pages are hosted on my server.

I have created a property of type "Email Address" in the FrontendUsers module (set as required and Ask in Lost
Username), and associate that property with the group to be used for self registration.

the call to load selfreg "{cms_module module=SelfRegistration group=usergroup}" (without the quotes) is on a signup page by itself... when the signup page loads it displays "Error! No valid groups found."

do I have the wrong Parameters in the call command or what or where should I look to find out what I did wrong..

so far cmsMadeSimple and the mods I am using work great and are easy to set up.. tho it did take three freash installs to get them all talking... sounds like a normal family... hahaha

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 11:37 am
by Jo Morg
hivtop wrote:{cms_module module=SelfRegistration group=usergroup}
It should be {cms_module module=SelfRegistration group='usergroup'} where usergroup should be replaced by the name of the group (existent) you want users to be placed when they register.

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 1:02 pm
by hivtop
thanks for the prompt reply....

that change {cms_module module=SelfRegistration group=user} ("user" is the name of the group in FEU) produced:

Error: at line 709 in file /var/www/sl/public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:
Message:
Syntax Error in template "content:content_en" on line 3 "<p>{cms_module module=SelfRegistration group=<a href="admin/editgroup.php?_sx_=a495618f&group_id=4">user</a>}</p>" - Unexpected "<"

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 1:23 pm
by Jo Morg
Yup, it should...
  1. wysiwyg should be off while using inputting tags;
  2. use: {cms_module module=SelfRegistration group='user'} <- it has single quotes in user
HTH

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 1:48 pm
by hivtop
thanks again.... it loads fine now except there are two (2) requests for their email address.. the one I set up in FEU (Your eMail address*) and another that was produced by either FEU or SelfReg (Email Address*)...

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 3:20 pm
by Jo Morg
That may be because you have FEU setup to use email as username?
Try changing that.

Re: [SOLVED] SelfRegistration "can not find groups" from FE

Posted: Fri Feb 21, 2014 6:48 pm
by hivtop
Yup... went to users&groups/FEU/settings/Builtin Authentication found Email address is username: set it to NO and it purrs like a kitten....

THANKS AGAIN Awesome Help... Please don't feel bad if I never have to come back... LOL

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 7:01 pm
by hivtop
sorry don't know how to mark this [SOLVED]

Re: SelfRegistration "can not find groups" from FEU

Posted: Fri Feb 21, 2014 9:12 pm
by Jo Morg
hivtop wrote:sorry don't know how to mark this [SOLVED]
On the Post Subject of the topic starting post. :)