• Resolved CalebShore

    (@calebshore)


    I attempted to activate/download the Social extension to my site and it locked me out

    Its gives me this error message:

    Fatal error: Cannot redeclare class TwitterOAuth in /home/<pagesite>/public_html/wp-content/plugins/unyson/framework/extensions/social/extensions/social-twitter/includes/twitteroauth.php on line 17

    HELP please!
    I cannot even get back into the dashboard to restore anything.

    https://wordpress.org/plugins/unyson/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Unyson

    (@unyson)

    Hello,
    Open phpMyAdmin, got to wp_options table and delete
    option_name = 'fw_active_extensions'

    https://github.com/ThemeFuse/Unyson-Social-Extension/issues/1

    Thread Starter CalebShore

    (@calebshore)

    I am just a rookie developer to the site and do not have access to the backend/server files yet. Where are the phpMyAdmin located exactly?

    Thread Starter CalebShore

    (@calebshore)

    I think I found out where to locate the PhpAdmin so I will try that and keep you posted on my progress. Thanks for the help so far

    Plugin Author Unyson

    (@unyson)

    Put this code in {theme}/functions.php: delete_option('fw_active_extensions');
    Refresh the page, then delete it.

    Thread Starter CalebShore

    (@calebshore)

    Where to insert the code? I tried after my url but it gives me the same fatal error message.

    Plugin Author Unyson

    (@unyson)

    Ops, sorry, I forgot that you don’t have access to server files.

    I don’t know any other solution.

    That code needs to be added in
    wp-content/themes/{your-theme}/functions.php.

    Thread Starter CalebShore

    (@calebshore)

    Okay I figured out the backend server login thing. I am in but I cannot find exactly what I need to delete/add.

    Where do I add the “wp-content/themes/{MusicClub}/functions.php”

    Or should I delete the Unison plugin all together?

    Thread Starter CalebShore

    (@calebshore)

    Thank you! It worked

    Not sure what is wrong with that piece of the plugin, I guess it just isn’t compatible with this theme in that way.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Unyson Lockout – Social’ is closed to new replies.