Page 2 of 2
Re: Self Registration 1.1.0 Install Problem
Posted: Mon Sep 17, 2007 4:05 pm
by maxim
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
Re: Self Registration 1.1.0 Install Problem
Posted: Mon Sep 17, 2007 4:47 pm
by alby
maxim wrote:
How would i check if i have associated properties? And if have'nt how does one associate properties?
In FEU admin, select your group and check radio button on the right for properties or follow:
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
Re: Self Registration 1.1.0 Install Problem
Posted: Mon Sep 17, 2007 4:55 pm
by calguy1000
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'.
Re: Self Registration 1.1.0 Install Problem
Posted: Tue Sep 18, 2007 2:15 am
by maxim
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
Re: Self Registration 1.1.0 Install Problem
Posted: Wed Sep 19, 2007 12:39 am
by rhobson
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
Re: Self Registration 1.1.0 Install Problem
Posted: Thu Sep 20, 2007 6:23 am
by rhobson
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
Posted: Thu Sep 20, 2007 6:51 am
by alby
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.
Turn true debug in config.php and check for significant errors (no Error(0))
Check your memory_limit on LAMP server (8MB maybe are low)
Alby
Re: Self Registration 1.1.0 Install Problem
Posted: Mon Sep 24, 2007 8:38 pm
by rhobson
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
Posted: Mon Sep 24, 2007 9:48 pm
by alby
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.
Check results with phpinfo();
Alby