Hi,
probably a stupid question: I get the following message when trying to use SelfRegistration: "Error! Could not get instance of FrontEndUsers module".
I have CMSMS 1.2.3, FEUsers 1.3.1, and SelfRegistration 1.1.3 installed. FEUsers seems to work fine. I use the following tag for SelfRegistration {cms_module module='SelfRegistration' group='my-group'}.
I would appreciate any hints!
Thanks,
Alex
PS: I noticed that my old account in this forum doesn't exist anymore. Does this have any particular reasons?
[solved] SelfRegistration and FrontEndUsers
[solved] SelfRegistration and FrontEndUsers
Last edited by alex on Fri Feb 01, 2008 8:34 pm, edited 1 time in total.
Re: SelfRegistration and FrontEndUsers
Active debug in config.php and call a clean module: {cms_module module='SelfRegistration'}(a) wrote: probably a stupid question: I get the following message when trying to use SelfRegistration: "Error! Could not get instance of FrontEndUsers module".
I have CMSMS 1.2.3, FEUsers 1.3.1, and SelfRegistration 1.1.3 installed. FEUsers seems to work fine. I use the following tag for SelfRegistration {cms_module module='SelfRegistration' group='my-group'}.
Check for other infos
In 9th January there was a problem at the forum.(a) wrote: PS: I noticed that my old account in this forum doesn't exist anymore. Does this have any particular reasons?
I have seen erased a few accounts that start with number or special character.
My advice is to use the normal characters.
Alby
Last edited by alby on Fri Feb 01, 2008 3:46 pm, edited 1 time in total.
Re: SelfRegistration and FrontEndUsers
Thanks, I did that (note that I have absolutely no clue what I am looking for) and the only debug message that seems related to SelfRegistration is:alby wrote:
Active debug in config.php and call a clean module: {cms_module module='SelfRegistration'}
Check for other infos
Unfortunately, that doesn't tell me anything...Notice: Undefined index: admin_nav in mypath/zplanecms/tmp/templates_c/SelfRegistration^%%C1^C1E^C1E29BD1%%module_file_tpl%3ASelfRegistration%3Berror.tpl.php on line 5
Best,
Alex
Re: SelfRegistration and FrontEndUsers
I had happened once and was associated with an upgrade.(a) wrote: Thanks, I did that (note that I have absolutely no clue what I am looking for)
You should try to uninstall and reinstall SelfRegistration and FEU.
Backup DB, check your settings, export userdata of FEU, uninstall SelfRegistration and FEU
Reinstall, configure your groups and import userdata in FEU
Alby
Re: SelfRegistration and FrontEndUsers
This might be well update related, as I upgraded just yesterday.
I tried uninstall/remove and reinstall (no users yet so that wasn't a problem), but it didn't change anything, the problem remains the same
Perhaps in _CreateFrontendUser (line 578 of SelfRegistration.module.php) doesn't return anything?
Thanks,
Alex
I tried uninstall/remove and reinstall (no users yet so that wasn't a problem), but it didn't change anything, the problem remains the same

Perhaps
Code: Select all
$feusers = $this->GetModuleInstance('FrontEndUsers');
Thanks,
Alex
[solved] SelfRegistration and FrontEndUsers
Ok, the problem was that CMSMailer was not properly installed although it said so. I managed to reinstall it and now it works.
Thanks for your help,
Alexander
Thanks for your help,
Alexander