Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

CB Connect

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #223326 by krileon
Replied by krileon on topic CB Connect
I've no idea, seams to be working fine for my Facebook account. Are all of the connect sites doing this or is it a specific connect site not working? If trying Facebook ensure you've a complete Facebook account (Business accounts will not work). The workflows is as follows

1. Click "Sign In"
2. Popup is shown
3. Login (if logged in, skip this step)
4. Authenticate the application
5. Popup URL should change briefly
6. Popup should close
7. Main page should change to the incomplete registration page (if no duplicate, valid email, and no terms and conditions skip this step)
8. You should then be logged in and either reloaded or redirect as configured


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.

  • JOkula
  • JOkula
  • OFFLINE
  • Posts: 23
  • Thanks: 1
  • Karma: 0
11 years 7 months ago #223332 by JOkula
Replied by JOkula on topic CB Connect
Yes, I do realize the the CBLogin Fields have nothing to do with the CBConnect login process.. :)

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

  • JOkula
  • JOkula
  • OFFLINE
  • Posts: 23
  • Thanks: 1
  • Karma: 0
11 years 7 months ago #223337 by JOkula
Replied by JOkula on topic CB Connect
Kyle,

It's doing for all of the cbconnect logins, Each one is behaving very differently depending on the browser also.

IE10: The Popup Appears, But Not only does the redirect not work to either the Registration or the profile page, i'ts trying to spawn a new browser instance

Chrome: Behavior as Reported

Firefox: Pop-up Appears, disappears, and that's it No Refresh and no spawning of a new browser

Safari: Same Behavior as Reported

Operah: Same Behavior as Reported

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #223342 by krileon
Replied by krileon on topic CB Connect
You have yet another fatal error as follows caused by Joomlas Contact Creator. You can't use this plugin in practicality as it is unique by Name and Name is not unique in Joomla so it'll cause the below error, which will interrupt CB Connects registration process.

42 - Failed to update contact: COM_CONTACT_WARNING_SAME_NAME

I've disabled the Contact Creator resolving the above error.

I've tested Facebook, Twitter, and LinkedIn as all working. Facebook goes straight though. Twitter you have it configured to have admin approval and email confirmation; I've set it to ignore this now. Linkedin was configured same as Facebook.

I've confirmed all 3 working with my personal accounts in Chrome. If still not working for you now then I don't know what more to advise. My guess is a problem with your social site accounts or maybe browser addon issues.


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.

  • JOkula
  • JOkula
  • OFFLINE
  • Posts: 23
  • Thanks: 1
  • Karma: 0
11 years 7 months ago #223349 by JOkula
Replied by JOkula on topic CB Connect
You Again..

In order for me to delete, the Linked Sites, with my CB User Account, How would I go about doing that other than deleting the User?

Also, This is the error I"m seeing in FireBug:

Error: Permission denied to access property 'oAuthSuccess'
johndokula.com/negb1/components/com_comprofiler/plugin/user/plug_cbconnect/js/jquery.oauthpopup.js
Line 25

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48459
  • Thanks: 8280
  • Karma: 1443
11 years 7 months ago #223351 by krileon
Replied by krileon on topic CB Connect

In order for me to delete, the Linked Sites, with my CB User Account, How would I go about doing that other than deleting the User?

Edit the user within CB > User Management then empty their Facebook ID, Twitter ID, etc.. fields.

Also, This is the error I"m seeing in FireBug:

Error: Permission denied to access property 'oAuthSuccess'
johndokula.com/negb1/components/com_comp...jquery.oauthpopup.js
Line 25

Implies cross-domain issues. Ensure $live_site is blank within configuration.php in your Joomla root as the popup could be opening at www.example.com while you're viewing it at example.com, which will cause cross-domain problems. I did not see this in any of my tests, but I was also browsing to www. and the error you provided does not have www. in its URL.

Also I noticed your index.php file has ?xml at the very top of it. You're telling HTML that your index file is an XML file. Something wrong with your Joomla template. I suggest editing it and ensure it's doctype is properly set and you're not defining it as XML.


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