Page 1 of 1

[solved] SelfRegistration and FrontEndUsers

Posted: Fri Feb 01, 2008 1:33 pm
by alex
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?

Re: SelfRegistration and FrontEndUsers

Posted: Fri Feb 01, 2008 3:37 pm
by alby
(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'}.
Active debug in config.php and call a clean module: {cms_module module='SelfRegistration'}
Check for other infos

(a) wrote: PS: I noticed that my old account in this forum doesn't exist anymore. Does this have any particular reasons?
In 9th January there was a problem at the forum.
I have seen erased a few accounts that start with number or special character.
My advice is to use the normal characters.

Alby

Re: SelfRegistration and FrontEndUsers

Posted: Fri Feb 01, 2008 4:12 pm
by alex
alby wrote:
Active debug in config.php and call a clean module: {cms_module module='SelfRegistration'}
Check for other infos
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:
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
Unfortunately, that doesn't tell me anything...

Best,
Alex

Re: SelfRegistration and FrontEndUsers

Posted: Fri Feb 01, 2008 4:27 pm
by alby
(a) wrote: Thanks, I did that (note that I have absolutely no clue what I am looking for)
I had happened once and was associated with an upgrade.
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

Posted: Fri Feb 01, 2008 5:17 pm
by alex
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

Code: Select all

$feusers = $this->GetModuleInstance('FrontEndUsers');
in _CreateFrontendUser (line 578 of SelfRegistration.module.php) doesn't return anything?

Thanks,
Alex

[solved] SelfRegistration and FrontEndUsers

Posted: Fri Feb 01, 2008 8:33 pm
by alex
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