Where is the registration page?
Permalink
I've searched the forums and Google and can't seem to find the registration URL on my concrete5 site.
I do have "Registration is enabled, email must be validated." set in the Dashboard.. just can't find the registration URL!
Thanks for your help.
I do have "Registration is enabled, email must be validated." set in the Dashboard.. just can't find the registration URL!
Thanks for your help.
THANK YOU. I found it when I clicked "Show System Pages" in the Sitemap. For whatever reason, the URL for the page is concrete5/index.php?cID=6 and not /register.
THANKS AGAIN!
THANKS AGAIN!
Ahh, it's also available through concrete5/index.php/register
Now I get this error when I click "Register" from the Registration page?
Fatal error: Call to a member function deactivate() on a non-object in /home4/oldcityb/public_html/concrete5/concrete/controllers/register.php on line 143
Any ideas?
Fatal error: Call to a member function deactivate() on a non-object in /home4/oldcityb/public_html/concrete5/concrete/controllers/register.php on line 143
Any ideas?
what did you change?
I just added attributes through the Dashboard. Here is the login page:http://www.oldcitybusinesscollective.org/concrete5/index.php?cID=6...
had a quick look, and that deactivate method is being called a userinfo object, which was suppose to be created based on the user object for the newly registered user. so it looks like for whatever reason the user object didn't get created during registration.
Any idea how to fix this? The user does get created but the error is thrown in the process.
Still having this problem. Can anyone help me fix this?
hello, how did you fix that, i have install 3 time concrete on the 3 i have this same problem
please help
please help
Hi, my registration page is located here:
http://www.oldcitybusinesscollective.org/concrete5/index.php?cID=6...
Perhaps this will help you.
http://www.oldcitybusinesscollective.org/concrete5/index.php?cID=6...
Perhaps this will help you.
this is fixed in the next version of concrete5 that will be out in the next few weeks
A bit off topic, but can you tell me how you did the filtered selection droplist, so that when I choose country Australia it shows me only Australian states?
otherwise you could go to your sitemap, then click the "show systems pages" checkbox, and see if you see a register page there. if not, you might have deleted it maybe? try adding the single page /register/ from the "single pages" page in your dashboard.