Topic-icon Error upgrading jfbconnect

Active Subscriptions:

None
9 years 7 months ago - 9 years 7 months ago #46970 by andres_Santiago
Hi Alex,

I already update to jfbconnect_v6.1.2, now www.atjump.com is loading with the next error in front end and after logged in backend:
Fatal error: Call to undefined method SCSocialUtilities::getCurrentReturnParameter() in /home/tjmpcpdm/public_html/components/com_jlinked/libraries/linkedin.php on line 53

Before, I had installed social bundle (com_jfbconnect_j3.0_v5.2.2 and com_jlinked_j3.0_v2.2.0).

Some ideas how solve it?

Thank you again...
Last edit: 9 years 7 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
9 years 7 months ago #46973 by alzander
Replied by alzander on topic Error upgrading jfbconnect
I'm not sure why you'd see that in the admin area. With JFBConnect v6.0, we added LinkedIn integration and JLinked is no longer required. There is a 'migration' tool built-in to JFBConnect that can be accessed from the JFBConnect -> Configuration -> LinkedIn tab to import your previous settings and user-mappings from JLinked and then disable/uninstall JLinked entirely.

You should run that tool. If you can't access the admin area at all, you should disable the JLinked System plugin by doing the following:
* Edit the /plugins/system/jlinkedsystem/jlinkedsystem.php file
* Around line 41, you'll see:
function __construct(& $subject, $config)
    {
* Directly after that line, simply add "return;" so it looks like:
function __construct(& $subject, $config)
    {
          return;
That will prevent the JLinked System plugin from loading and should let you access the admin area to perform the migration and disable JLinked completely.

I hope that helps, but if you have any other questions or issues, please let me know.

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

None
9 years 7 months ago - 9 years 7 months ago #47021 by andres_Santiago
Hi Alex,

After I changed the jlinkedsystem.php file as you suggest, the front end is loading again. However, even when the backend is loading, once I click in "Log In" button with my administrator credentials, I am having the next error and I can't access:
Fatal error: Call to undefined method SCSocialUtilities::getCurrentReturnParameter() in /home/tjmpcpdm/public_html/components/com_jlinked/libraries/linkedin.php on line 53

Is something else to do?

Thank you...
Last edit: 9 years 7 months ago by andres_Santiago.
The topic has been locked.
Support Specialist
9 years 7 months ago #47034 by alzander
Replied by alzander on topic Error upgrading jfbconnect
We're so happy we integrated JLinked into JFBConnect.. no more of these issues :) JFBConnect has a much better structure nowadays to avoid these types of issues.

Alright.. we need to disable the JLinked Authentication plugin as well, similar to above.

Please edit the /plugins/authentication/jlinkedauthentication/jlinkedauthentication.php file. Around line 24, you'll see:
function onUserAuthenticate($credentials, $options, &$response)
    {
Add "return false;" after that, like:
function onUserAuthenticate($credentials, $options, &$response)
    {
         return false;
That should, hopefully, get you into the admin area. If not, or you run into anything else, just let me know.

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

None
9 years 7 months ago #47037 by andres_Santiago
Hi Alex,

Is done, I could access to the backend and made the properly migration from Jlinkedin to the last version to JFBConnect.

Thank you for your support!
The topic has been locked.
Support Specialist
9 years 7 months ago #47043 by alzander
Replied by alzander on topic Error upgrading jfbconnect
Awesome! I'm very happy to hear you were able to get things going. I'm sorry for the inconveniences and, fortunately, you won't have to deal with them again :)

Thanks,
Alex
The topic has been locked.