Topic-icon SCLogin not working... please help

Active Subscriptions:

None
8 years 7 months ago - 8 years 6 months ago #54861 by rrpeters
Login button is not working. I use CB and have managed to configure most of the other options.

The login button does not go through CB to allow users to login

Please advise,


When I unpublish the CB Login module, I get the attached Error message

File Attachment:
Last edit: 8 years 6 months ago by rrpeters.
The topic has been locked.
Support Specialist
8 years 7 months ago #54867 by mel
Please try setting the Registration Component option in SCLogin to 'Community Builder'. This should hopefully resolve your issue to login properly. Let us know if it continues to fail after changing this setting.

That error message is coming from CB. You can try changing CB > Configuration > Registration > "Login on Registration" to No and see if that helps. Otherwise, you'll have to search CB's support forums for help.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 7 months ago - 8 years 7 months ago #54872 by rrpeters
The problem still exist... and the CB login module works fine.

SCLogin module "Register, Forgot Password & Forgot Username" works fine

The Login button is the only thing so far that does not work...

Too, when I click "Register" going to CB registration form and then click "Login" , I am able to Login... Strange!

Help please
Last edit: 8 years 7 months ago by rrpeters.
The topic has been locked.
Support Specialist
8 years 7 months ago #54876 by mel
Looking at your page, I cannot even find the SCLogin in the source. Any login forms that I see on your page are from CB login module, not ours. Please provide a specific URL where I can see the behavior of our module in action.
The topic has been locked.
Active Subscriptions:

None
8 years 7 months ago - 8 years 6 months ago #54880 by rrpeters
I temporarily actived the SCLogin module at the bottom; Title: "SCLogin"
Last edit: 8 years 6 months ago by rrpeters.
The topic has been locked.
Support Specialist
8 years 6 months ago #54894 by alzander
Thank you for enabling it. Everything seems correct from what we can tell. If the login module works on the CB pages, it may mean there is a SEF routing issue on the site.

Can you try disabling SEF URLs on your site and test authentication again? All URLs should have index.php?option=com_xxx... in them. If they are still SEF looking, then they weren't fully disabled.

Let us know how that goes. Either way, let us know if you're using a separate extension for SEF URLs instead of the built-in Joomla SEF options.

If that doesn't help, please let us know what version of CB you are using so we can investigate further.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
8 years 6 months ago - 8 years 6 months ago #54905 by rrpeters
Still not able to log in... even after disabling the SEF (note attachment with error). I am using the Joomla SEF option.
Also, URLs after disabling SEF did populate urls with "index.php?..." endings

CB Version: 2.0.10

thanks,

File Attachment:
Last edit: 8 years 6 months ago by rrpeters.
The topic has been locked.
Support Specialist
8 years 6 months ago #54907 by mel
Could you create a template override of the following:

In /modules/mod_sclogin/tmpl/joomlaLogin_vertical.php around line 22, replace
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="sclogin-form<?php echo $module->id; ?>">
with
<form action="https://www.appanautics.com/cb-login/login" method="post" id="sclogin-form<?php echo $module->id; ?>">

Let us know if this helps.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 6 months ago #54909 by rrpeters
:D
This seemed to have worked... thanks! I also replaced the same code in the horizontal.

Now... I can test the rest of component with JFBConnect... Very excited!

thanks again,
The topic has been locked.
Support Specialist
8 years 6 months ago #54919 by mel
Glad that got you further. Usually, this issue appears specific to how certain site's are configured (htaccess, SEF, etc), but I've put an issue in our tracker to investigate how to address this better in our code.

-Melissa
The topic has been locked.