How do i enable invitations? I edited the config.php and set invitations to 20. When i invite people, i get the error: Fatal error: Call to undefined method UserController::activeDefault() in /home/limbeaux/public_html/recipes/controllers/user_controller.php on line 480
I noticed that if i click back on the error page, it says invitation successfuly sent and it does send an email, but when the link is clicked it says invalid activation code.
In the email that was sent the code was af1ec6dd5f11b28450b85da86712a7f7 in the invitations table the code was cf1a90898aced1f1024223c8cbcb209a
Also, when i create new users, should it send an email to them to activate their account?
Any assistance will be greatly appreciated.
Thanks,
Chuck
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, I don't even use invitations myself (no mail server available) so I'm afraid I can't help you there. All I can tell for sure is that an activation for new users is not required. Just add the user and he/she can log in immediately.
Maschine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having the same problem as limbeaux with the invitation codes not matching. I also noticed that it is very common for the emails to get sent directly into peoples spam folders.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do i enable invitations? I edited the config.php and set invitations to 20. When i invite people, i get the error: Fatal error: Call to undefined method UserController::activeDefault() in /home/limbeaux/public_html/recipes/controllers/user_controller.php on line 480
I noticed that if i click back on the error page, it says invitation successfuly sent and it does send an email, but when the link is clicked it says invalid activation code.
In the email that was sent the code was af1ec6dd5f11b28450b85da86712a7f7 in the invitations table the code was cf1a90898aced1f1024223c8cbcb209a
Also, when i create new users, should it send an email to them to activate their account?
Any assistance will be greatly appreciated.
Thanks,
Chuck
Sorry, I don't even use invitations myself (no mail server available) so I'm afraid I can't help you there. All I can tell for sure is that an activation for new users is not required. Just add the user and he/she can log in immediately.
Maschine
rename activeDefault() to activateDefault()
I am having the same problem as limbeaux with the invitation codes not matching. I also noticed that it is very common for the emails to get sent directly into peoples spam folders.