Joomla plugin conflicts with social login module

Hello. When i enable the mautic joomla plugin it conflicts with JFB connects social login module. It flashes the following error then takes me to the Joomla admin login page.



Notice: Undefined index: oauth in /public_html/plugins/system/mautic/lib/Mautic/Auth/OAuth.php on line 443



A post to the JFB connect forum gave me the following message:



“Contact Mautic. It sounds like their plugin is looking for any response from LinkedIn when there are ways that it could be looking for responses that are only targeted at Mautic and not ones for JFBConnect.”



I am using the joomla plugin located at: https://github.com/mautic/mautic-joomla/issues/15



Any ideas how i can resolve this issue?





Bright








Hello. When i enable the mautic joomla plugin it conflicts with JFB connects social login module. It flashes the following error then takes me to the Joomla admin login page.

Notice: Undefined index: oauth in /public_html/plugins/system/mautic/lib/Mautic/Auth/OAuth.php on line 443

A post to the JFB connect forum gave me the following message:

“Contact Mautic. It sounds like their plugin is looking for any response from LinkedIn when there are ways that it could be looking for responses that are only targeted at Mautic and not ones for JFBConnect.”

I am using the joomla plugin located at: https://github.com/mautic/mautic-joomla/issues/15

Any ideas how i can resolve this issue?

Bright

It looks to me like for Oauth2.0 $_SESSION[‘oauth’] is only being set if debug is on, which means that that line would never work.

That doesn’t have any relevance to what the JFB connect people said though, and my PHP skills aren’t great, so feel free to ignore this.