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
[SOLVED] SelfRegistration "can not find groups" from FEU
[SOLVED] SelfRegistration "can not find groups" from FEU
Last edited by hivtop on Tue Mar 11, 2014 5:56 pm, edited 1 time in total.
Re: SelfRegistration "can not find groups" from FEU
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.hivtop wrote:{cms_module module=SelfRegistration group=usergroup}
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: SelfRegistration "can not find groups" from FEU
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 "<"
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
Yup, it should...
- wysiwyg should be off while using inputting tags;
- use: {cms_module module=SelfRegistration group='user'} <- it has single quotes in user
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: SelfRegistration "can not find groups" from FEU
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
That may be because you have FEU setup to use email as username?
Try changing that.
Try changing that.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: [SOLVED] SelfRegistration "can not find groups" from FE
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
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
sorry don't know how to mark this [SOLVED]
Re: SelfRegistration "can not find groups" from FEU
On the Post Subject of the topic starting post.hivtop wrote:sorry don't know how to mark this [SOLVED]
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!


