Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

Facebook connect issue

12 years 1 month ago #215409 by amaster130
Facebook connect issue was created by amaster130
Hi when a user tries logging he gets the following error message:

Failed to connect to 2a03:2880:10:cf01:face:b00c:0:2: Network is unreachable

please help

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 1 month ago #215415 by nant
Replied by nant on topic Re: Facebook connect issue

amaster130 wrote: Hi when a user tries logging he gets the following error message:

Failed to connect to 2a03:2880:10:cf01:face:b00c:0:2: Network is unreachable

please help


Joomla version?
CB version?
What else do you have installed?

Please Log in or Create an account to join the conversation.

12 years 1 month ago #215416 by amaster130
Replied by amaster130 on topic Re: Facebook connect issue
Joomla version? 1.5
CB version? 1.7.1
What else do you have installed? a few other extensions including cb profile pro.

The issue (after google) seems to be with ipv6 not being installed on my host.
However I understand the script needs to be modified to use ipv4.

I have no idea how to do this...please advise

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #215486 by krileon
Replied by krileon on topic Re: Facebook connect issue
Your CB Facebook Connect is out of date, latest is 1.8 compatible only. Please upgrade to CB 1.9 then update CB Facebook Connect to latest. The latest release has a parameter to enable force ipv4.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

12 years 1 month ago #216034 by amaster130
Replied by amaster130 on topic Re: Facebook connect issue
could you provide me with instructions on how to implement the code for ipv4?

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216127 by krileon
Replied by krileon on topic Re: Facebook connect issue
Yes, but you need to upgrade; if you run into any other issues we can't help you when using out of date releases.

IN: components/com_comprofiler/plugin/user/plug_cbfacebookconnect/cb.facebookconnect.php
ON: Line 1399 (roughly, you're out of date so this could be off)
ADD:
Code:
curl_setopt( $ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );

You're adding the above rule to the CURL usage and this will force IPV4. This should be added to httpRequest below the other CURL options. Code line above maybe incorrect as you're out of date so lines are likely shifted up or down.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum