Page 1 of 1

Selfregistration not showing after Update

Posted: Mon May 07, 2007 6:02 pm
by micfritschi
Hello

I just updated to FrontendUsers 1.2.0 and SelfRegistration 1.1.1 (using CMSMS 1.0.4).

Now, the Selfregistration-Form is not showing anymore  :( - before the update there was no problem. Is there any thing i didnt get or do i have to go back to older versions (and if so, where can i get them)?

Here my Code:

Code: Select all

{cms_module module=SelfRegistration group=vsbfrontend}
I know: newer touch a running system - but unfortunately, I did.

Thank you for any help.

regards
mic

Re: Selfregistration not showing after Update

Posted: Mon May 07, 2007 7:03 pm
by calguy1000
what does your modules page say? anything about 'missing dependencies' or 'upgrade needed' or anything like that?

Re: Selfregistration not showing after Update

Posted: Tue May 08, 2007 5:52 am
by micfritschi
No, everything seems to be fine! I also checked, if the correct versions were installed (in the module-help page).

I found an old version on my notebook, loaded on the server, lost all the registered users - and it works only sometimes... No idea, why.

Re: Selfregistration not showing after Update

Posted: Tue May 08, 2007 6:36 am
by micfritschi
Now, I uninstalled and deleted all the modules. Then re-installed, re-created the users. And still, the registrationform is not showing up.... Is there a problem with quotes (double-, single- or no quotes)?

FrontendUsers: 1.2.0
SelfRegistration: 1.1.1
CustomContent: 1.4.6

Code for registration:

Code: Select all

{cms_module module=SelfRegistration group=vsbfrontend}
Code for CustomContent:

Code: Select all

{cms_module module=CustomContent}{if $customcontent_loggedin != 0}
Contend for logged-in users
{else}
Please register: {cms_selflink page='registrieren' text='registrieren'}.
{/if}
{cms_module module=FrontEndUsers}
Any idea?
The page where the register-form should show up, is only displayed half (no footer). Is there a possibility to get/display errors?

Thank you and regards
mic

Re: Selfregistration not showing after Update

Posted: Tue May 08, 2007 7:12 am
by micfritschi
After installing the SelfRegistration-Module, the message to set the porperty 'Modify SelfRegistration Settings' shows up. But in my property-listing, there is not such a setting.

Re: Selfregistration not showing after Update

Posted: Thu May 10, 2007 8:16 pm
by calguy1000
This is a permission, not a property

You'll find it under 'Group Permissions'.

Re: Selfregistration not showing after Update

Posted: Tue May 15, 2007 9:11 am
by micfritschi
sorry, shure it's a permission. It is also st to true. But still, the page for registration is not showing:

http://www.kauffrau-kaufmann.ch/index.p ... gistrieren

Here you can see that the output breaks before the whole page is sent.

sorry for 'complaining', I just dont have an idea how to fix this.
Regards, mic

Re: Selfregistration not showing after Update

Posted: Tue May 15, 2007 1:48 pm
by calguy1000
The page is broken, check your httpd error log to see what the message is.