• Resolved elliraynai

    (@elliraynai)


    Hi,

    I just updated the plugin to 1.3.10 and I once put all the updated API info I got this error message after I pressed save

    Fatal error: Class ‘OAuthSignatureMethod_HMAC_SHA1’ not found in /webroot/e/r/eraynai/elliraynai/www/wp-content/plugins/rotatingtweets/lib/wp_twitteroauth.php on line 65

    I don’t know how to resolve this, any ideas?

    https://www.ads-software.com/extend/plugins/rotatingtweets/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Martin Tod

    (@mpntod)

    As a first step, I’d suggest re-entering the data, but it sounds like it might be a clash with another installation of /lib/OAuth.php

    Do you have any other Twitter plug-ins installed? Or other plug-ins (or a template) pulling data from other sites?

    Martin

    Thread Starter elliraynai

    (@elliraynai)

    I tried re-entering the data, but it still doesn’t work.

    I don’t have any other Twitter plug-ins installed. I might have data pulling from another site, but not sure.

    This is my site

    https://www.elliraynai.com

    Plugin Author Martin Tod

    (@mpntod)

    You could try changing
    if(!class_exists('OAuthException')) require_once('OAuth.php');
    to
    require_once('OAuth.php');
    in the wp_twitteroauth.php file, but be prepared to revert it – since it could well crash your site is OAuth.php has been installed by someone else!

    Which other plug-ins do you have installed?

    Martin

    Plugin Author Martin Tod

    (@mpntod)

    The latest development version of the plug-in may address this.

    Can you try this and let me know?

    Martin

    eraynai

    (@eraynai)

    It worked after I updated the plugin. Thank you very much Martin! I really appreciate your help.

    Thanks again,
    Elli

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error Message’ is closed to new replies.