Topic-icon CB Profile Integration failing to enable / confirm new users

Active Subscriptions:

None
How are we doing on this beta update?
I have the coffee pot brewing and I am ready to dig in. :cool:
The topic has been locked.
Support Specialist
Try the file at the link below. It's, again, a beta. It's had development testing, but not full suite testing. Mainly, this means it *should* work if you're using a pretty standard configuration of CB and not a crazy amount of Joomla extensions. It likely will work with huge Joomla installs, but since we haven't tested it how we normally do, I just can't make any guarantees.

This release should:
* Look the same in the configuration area
* During registration, properly import profile data into fields marked as non-registered


Part of the message is hidden for the guests. Please log in or register to see it.


Let me know any issues you run into. I'll be in and out of the office tomorrow, so may not have an immediate response. Hopefully, it works as well as all our other releases! Install as usual. If you run into issues, and are on a production site, please note the issues and roll back to the previous release.

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

None
Unfortunately, I am getting the exact same results as the original version.
I confirmed that new plugin was installed. Uninstalled & Re-installed the plugin.

Authenticate with Linkedin, New Registration = Only Required fields are imported
Link after normal log in = No fields imported
Authenticate with Linkedin, link to existing = All fields imported
The topic has been locked.
Active Subscriptions:

None
Just to be sure, I created a dev site with a clean install of CB and Jlinked.
Unfortunately, no change.
The topic has been locked.
Active Subscriptions:

None
Thanks Alex, we will install the new version over the weekend and let you and securepro know the outcome....
The topic has been locked.
Support Specialist
Yup, you're right. It doesn't work. There was a minor change we made before that release that I uploaded. Please make the following quick change in the /plugins/jlinkedprofiles/communitybuilder/communitybuilder.php file.

At line 256, you'll see:
$fields = $cbTabs->_getTabFieldsDb(null, $cbUser, 'register', null, true);
Change that to:
$fields = $this->getRegistrationFields();

There's another issue we found with the plugin if Error Reporting in Joomla is on in some form to show errors. Basically, some warnings are shown on the registration page. However, that will be fixed in the final release, and shouldn't cause any problems for now.

Again, please test and let me know how it goes. I was travelling today (I'm in a motel room right now) and will be doing more tomorrow. I'll be much more available Saturday afternoon and Sunday. We'll do everything we can to get you going by early next week though.. hopefully, the fix above will be what you need though.

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

None
OK. Made the small change & set joomla error checking to none.

LinkedIn Authenticate / Register New
I get HTTP Error 500, "The website encountered an error while retrieving consultantregistry.org/component/jlinked...register&return=BLw=. It may be down for maintenance or configured incorrectly." It created new account in CB, but not approved, not confirmed, and no fields transferred. Unfortunately this means we went backward, because settings are auto-confirm and auto approve.

Register in CB / Link to LinkedIn - As before. No Fields Imported.
LinkedIn Authenticate / Linked to Existing - As before. Fields Import Correctly.

In each case, I removed the application from LinkedIn and logged off LinkedIn.
The topic has been locked.
Support Specialist
The only reason I know of that a 500 error is generated is if you're using Joomla 2.5.4+ and *not* using Community Builder 1.8.1. There is a specific bug that Community Builder fixed with all versions below 1.8.1 and newer Joomla releases.

If that's not the case, please set Error Reporting to Maximum and enable "System Debug". Then, on the 500 page, at the bottom, there should be an explanation of the error. Please post that for us and we can investigate further.

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

None
OK. I figured out the 500 error. Something unrelated.
The topic has been locked.
Active Subscriptions:

None
Link after normal log in = No fields imported
Authenticate with Linkedin, link to existing = Only Importing Required Fields.
The topic has been locked.