hi there,
i uncommented line 82.
now page loads OK but without any fields - I created properties - email_address and date of birth. I not sure i have associated these properties to the group reggroup though - its not 100% clear how to do that on the front end. Looks like this is my underlying problem given line 76 in action.default.php: // now we have an id... have to get a list of the groups properties
How would i check if i have associated properties? And if have'nt how does one associate properties?
Thx,
Mark
Self Registration 1.1.0 Install Problem
Re: Self Registration 1.1.0 Install Problem
In FEU admin, select your group and check radio button on the right for properties or follow:maxim wrote: How would i check if i have associated properties? And if have'nt how does one associate properties?
PROPERTIES
- Create a few properties (username and password are already present)
GROUP
- Create a group and associate your properties (radio button on Required, for example)
USER
- Create one user in that group
PROPERTIES
- Select this group that default group (util for SelfRegistration)
Alby
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Self Registration 1.1.0 Install Problem
In order for selefregistration to work, there have to be some properties assigned to the group that you supply to the selfreg tag, and at least one of those properties has to be of type 'email address'.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Self Registration 1.1.0 Install Problem
Ok - done all that. I suspect the problem is the system does not SAVE the radio button preferences - i created two properties made them both required, clicked SUBMIT then EDIT to check is settings where SAVED and both radio buttons where both back on OFF...
I recall seeing someone had this issue. How does one resolve this one?
Thx,
Mark
I recall seeing someone had this issue. How does one resolve this one?
Thx,
Mark
Re: Self Registration 1.1.0 Install Problem
Ok, I have the same issue as Maxim. I get half a page when trying to use the Self Registration Module. It looks like it doesnt finish parsing the script and just hangs. (I cant tell since I dont have access to logs on this server) Here are the details on my install:
CMSMS - 1.1.2 (Savaii)
FrontEnd Users - 1.2.0
SelfRegistration - 1.1.1
In the FEU admin, I created a user property for email address, then I went to groups and created the group "res" (for reserved area) and made it a required field. Went to Preferences and made "res" the default group. I go to my page and insert:
{cms_module module=SelfRegistration group=res}
I've tried numerous variations (with single and double quotes - nothing). If I change the group, it does throw an error about the group not being valid. Since I am using a hosting provider, I am going to try on my local testing server - it's running 1.1 (Samoa) Is there a big difference? Is there a minimum PHP version? Apache? Anything? Any other ideas?
Thanks,
Rob
CMSMS - 1.1.2 (Savaii)
FrontEnd Users - 1.2.0
SelfRegistration - 1.1.1
In the FEU admin, I created a user property for email address, then I went to groups and created the group "res" (for reserved area) and made it a required field. Went to Preferences and made "res" the default group. I go to my page and insert:
{cms_module module=SelfRegistration group=res}
I've tried numerous variations (with single and double quotes - nothing). If I change the group, it does throw an error about the group not being valid. Since I am using a hosting provider, I am going to try on my local testing server - it's running 1.1 (Samoa) Is there a big difference? Is there a minimum PHP version? Apache? Anything? Any other ideas?
Thanks,
Rob
Re: Self Registration 1.1.0 Install Problem
On my WAMP install on my XP box it works fine - just as long as I turn off the email notifications. LAMP on a hosting provider does not work - as stated in my previous post. All I have is FTP access on my hosting provider, but I wouldnt think that this would cause the issue. I'm going to try on my testing LAMP install with the latest.
Re: Self Registration 1.1.0 Install Problem
Turn true debug in config.php and check for significant errors (no Error(0))rhobson wrote: On my WAMP install on my XP box it works fine - just as long as I turn off the email notifications. LAMP on a hosting provider does not work - as stated in my previous post. All I have is FTP access on my hosting provider, but I wouldnt think that this would cause the issue. I'm going to try on my testing LAMP install with the latest.
Check your memory_limit on LAMP server (8MB maybe are low)
Alby
Re: Self Registration 1.1.0 Install Problem
I'll try turning on the debug to see if I can find anything. I was waiting on my hosting provider. They swear that memory is above 32MB.
Re: Self Registration 1.1.0 Install Problem
Check results with phpinfo();rhobson wrote: I'll try turning on the debug to see if I can find anything. I was waiting on my hosting provider. They swear that memory is above 32MB.
Alby