Topic-icon SCLogin Not functioning

Active Subscriptions:

None
8 years 8 months ago #54729 by sison2466
Issues are as follows:

1) Log in using UN and PW does not work. When use logs in, website processes, but returns back with the user not logged in.
www.modelmisconduct.com/index.php/contacts/login

You can log in using social log in (facebook), but then additional issues occur

2) you cannot log out. logout buttons do not actually log the user out.

3) If you are logged in, trying to connect to this url (www.modelmisconduct.com/index.php/contacts/login), automatically redirects you to this url (www.modelmisconduct.com/boss-babes/become-a-boss-babe/profile)

Please help...
The topic has been locked.
Support Specialist
8 years 8 months ago #54739 by mel
Replied by mel on topic SCLogin Not functioning
Let's start with issue #1 and #2 first. These seem like issues with the Joomla Users component/plugins and not JFBConnect. When you navigate to www.modelmisconduct.com/index.php?option=com_users&view=login it brings you to the www.modelmisconduct.com/index.php/contacts/login page. Entering the username and password here would not be the users component, not us.

To verify, please disable all of the JFBConnect plugins (our system, authentication and user plugins) to see if the behavior still remains. If it does, then there's another issue with your configuration going on, perhaps with caching.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 8 months ago - 8 years 8 months ago #54773 by sison2466
Replied by sison2466 on topic SCLogin Not functioning
Disabled all plugins with JFBC and login works fine now.

Also, don't think the

When you navigate to www.modelmisconduct.com/index.ph … view=login it brings you to the www.modelmisconduct.com/index.php/contacts/login page.

is an issue. I did the redirect on template changing the below code.

if ($this->user->get('guest')):
echo $this->loadTemplate('login');
to

if ($this->user->get('guest')):
header("Location: URL_WHERE_YOU_WANT_TO_REDIRECT");


Does that narrow it down to the component?
Last edit: 8 years 8 months ago by sison2466.
The topic has been locked.
Active Subscriptions:

None
8 years 8 months ago #54774 by sison2466
Replied by sison2466 on topic SCLogin Not functioning
Well...re-enabled the plugins and everything seems to be working fine. Not sure what happened. No changes outside of changing the Logout redirect URL. I guess for now, ignore. Issue has resolved itself. Hopefully permanently :)
The topic has been locked.
Support Specialist
8 years 8 months ago #54784 by alzander
Replied by alzander on topic SCLogin Not functioning
Great! We're glad we could be so helpful and get everything going for you. We're just that good that we can scare issues away when you report them. :)

Of course, if you run into anything else, just let us know and we'll gladly help however we can.

Thanks,
Alex
The topic has been locked.