Topic-icon erro after last version's installation

Active Subscriptions:

None
3 years 4 months ago #66887 by rompou
Hello,

After installation of the last version I have this erro :

0 Call to undefined method plgOpenGraphJomSocial::addSupportedAction()
/home/franceszop/www/plugins/opengraph/jomsocial/jomsocial.php:33

Now I can not acess to my admin neithed the front end

The site is :

www.franceszero.com.br

Thank you very munch
The topic has been locked.
Support Specialist
3 years 4 months ago #66891 by alzander
It seems like you are installing a very old version of JFBConnect or you had a very old version installed and are trying to update, but something is going screwy.

The function call that is throwing an error (addSupportedAction) was removed from JFBConnect in 2018 and should no longer be called anywhere. Since it's in the JomSocial plugin for JFBConnect, I'd recommend uninstalling that plugin from the administrator area. Then, re-install JFBConnect again. That should properly update that plugin (if you still have JomSocial installed).

I hope that helps, but if not, please let us know and we'll gladly help investigate further.

Thanks,
Alex
The topic has been locked.
Support Specialist
3 years 4 months ago - 3 years 4 months ago #66892 by alzander
I just saw the note about not being able to access the admin area. To fix, you'll need to make an edit to the JomSocial plugin to disable it. To do so:
* Edit the /plugins/jfbconnect/jomsocial/jomsocial.php. Around line 30, you'll see:
function __construct(&$subject, $params)
    {
* Add the following line directly after that:
return;

When done, the code in that area should look like:
function __construct(&$subject, $params)
    {
        return;
        $this->displayName = "JomSocial";
        // Setup the file paths that detect if this component is actually installed.

Thanks!
Last edit: 3 years 4 months ago by alzander.
The topic has been locked.
Active Subscriptions:

None
3 years 4 months ago #66893 by rompou
Thank you for your quick answer

Exactly I have update from a very old version

I did not find this plugin

/plugins/jfbconnect/jomsocial/jomsocial.php

There no Jbconnect paste in plugin

Is there an other path to reach ?

Thank you
The topic has been locked.
Support Specialist
3 years 4 months ago #66894 by mel
The above is incorrect. /plugins/opengraph/jomsocial is the correct directory.

-Melissa
The topic has been locked.
Active Subscriptions:

None
3 years 4 months ago #66896 by rompou
Thank you ! It works.
The topic has been locked.