[solved] SelfRegistration and FrontEndUsers

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
alex

[solved] SelfRegistration and FrontEndUsers

Post 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?
Last edited by alex on Fri Feb 01, 2008 8:34 pm, edited 1 time in total.
alby

Re: SelfRegistration and FrontEndUsers

Post 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
Last edited by alby on Fri Feb 01, 2008 3:46 pm, edited 1 time in total.
alex

Re: SelfRegistration and FrontEndUsers

Post 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
alby

Re: SelfRegistration and FrontEndUsers

Post 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
alex

Re: SelfRegistration and FrontEndUsers

Post 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
alex

[solved] SelfRegistration and FrontEndUsers

Post 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
Locked

Return to “CMSMS Core”