× Joomla Facebook Connect support forum

Topic-icon JFBConnect login form is not working, members not synced

Active Subscriptions:

None
Hello,
I have my JFBConnect installed and integrated with Jomsocial, Kunena and Community Builder. While installing other modules, my working JFBConnect login form stopped working and my users between the Jomsocial, Joomla and Community Builder are not synced. I have checked the order of the plugins against your configuration documentation with no avail. I appreciate your assistance getting this back up.
The topic has been locked.
Support Specialist
So it worked at one point, but doesn't now, correct? What other modules did you install and can you try disabling them to help us narrow down where the conflict is arising? Definitely check that the authentication and user plugins are both still enabled.

Not sure what else it might be without more information. If you want to post a link to your site, we can look and see if there's any javascript or HTML problems that we can spot.
The topic has been locked.
Active Subscriptions:

None
15 years 8 months ago #4865 by sonya7
Thanks Alzander! I sent you a link to my site via private email. I appreciate any advice you might provide.
The topic has been locked.
Support Specialist
Sonya,
Thanks for sending your URL by PM. We logged in and saw the error, and fixed this on another site (and plan to implement the fix in an upcoming release).

If you could, please PM me a super-admin account to your site as well so we can get in to test our fix. We'd love to verify it works on 2 sites before we release it.

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

None
15 years 8 months ago #4883 by sonya7
Your team is wonderful!!! We so appreciate the help.

What's even better, you guys stepped above and beyond to go right in to the site and take care of this directly. I couldn't ask for better assistance.

Thanks so much Alex!

Sonya7
The topic has been locked.
Support Specialist
We do what we can. However, we've simply seen the error. I don't think we've fixed anything yet :)

I'll need you to send me a super admin account so I can log into the backend and modify 2 files in our component to hopefully resolve this problem for you. We should be able to have this straightened out for you in the morning, and we're planning to include this fix in the 3.0.1 patch due this weekend as well.

Thanks for the kind words
The topic has been locked.
Active Subscriptions:

None
15 years 8 months ago #4888 by sonya7
Hi Alex,

Oops!! I saw your profile and made assumptions...sorry. I've assigned your profile to the Super Administrator status, so you're ok to go!!! Please let me know when the changes are completed.

Thanks for everything!!!

Sonya
The topic has been locked.
Support Specialist
Thanks for the upgrade. We implemented our fix and it worked immediately. Again, this should be part of the 3.0.1 release soon, so you shouldn't have any problems upgrading when that comes out. Of course, if you do, let us know.

In a PM, you asked about customizing your login module. I wasn't exactly sure where the login module on your home page is coming from, so I couldn't update it directly. To test, I just enabled the JFBCLogin module (temporarily) on your home page. If you can add PHP code to wherever that login form is being shown, you can add the following snippet to add the JFBConnect login button:

require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'libraries'.DS.'facebook.php');
$jfbcLibrary = JFBConnectFacebookLibrary::getInstance();
echo $jfbcLibrary->getLoginButton();


On one final note, you don't seem to have Community Builder installed anymore. That was one of the errors coming up, so I disabled integration with that. Just thought you should know that you only seem to be using JomSocial now.. which is a good choice ;)
The topic has been locked.